Celeritas 0.6.0-dev.115+3b60a5fd
|
Exponential nuclear form factor. More...
#include <NuclearFormFactors.hh>
Public Member Functions | |
CELER_FUNCTION | ExpNuclearFormFactor (AtomicMassNumber a_mass) |
Construct from atomic mass number. | |
CELER_FUNCTION | ExpNuclearFormFactor (InvMomentumSq prefactor) |
Construct with precalculated form factor. | |
CELER_FUNCTION real_type | operator() (MomentumSq target_momsq) const |
Calculate the exponential folded form factor from the square momentum. | |
CELER_FUNCTION real_type | operator() (Momentum target_mom) const |
Calculate the exponential folded form factor. | |
CELER_FORCEINLINE_FUNCTION InvMomentumSq | prefactor () const |
Nuclear form prefactor for the selected isotope. | |
Static Public Member Functions | |
static CELER_CONSTEXPR_FUNCTION FFType | ff_type () |
Form factor type corresponding to this distribution. | |
![]() | |
static CELER_CONSTEXPR_FUNCTION InvMomentum | fm_par_hbar () |
Momentum transfer prefactor: 1 fm / hbar. | |
Additional Inherited Members | |
![]() | |
using | AtomicMassNumber = AtomicNumber |
using | Momentum = units::MevMomentum |
using | MomentumSq = units::MevMomentumSq |
using | InvMomentum = RealQuantity< UnitInverse< Momentum::unit_type > > |
using | InvMomentumSq = RealQuantity< UnitInverse< MomentumSq::unit_type > > |
using | FFType = NuclearFormFactorType |
Exponential nuclear form factor.
This nuclear form factor corresponds NuclearFormFactorType::exponential
and assumes the nuclear charge decays exponentially from its center. This assumes a parameterization of the atomic nucleus valid for light and medium atomic nuclei from Eq. 7 of butkevich-msc-2002 :
\[ R_N = 1.27A^{0.27} \,\mathrm{fm} \]
with a special case for the proton radius, \( R_p = 0.85 \) fm.
See leroy-2016 Eq. 2.262.