|
MARLEY (Model of Argon Reaction Low Energy Yields) v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
|
Public Member Functions | |
| DipoleAxialFormFactors (double gA, double Ma) | |
| double | FA (double Q2) override final |
| Axial-vector form factor. | |
| double | FP (double Q2) override final |
| Pseudoscalar form factor. | |
Protected Attributes | |
| double | gA_ |
| Axial-vector coupling constant of the nucleon (dimensionless) | |
| double | Ma_ |
| Axial mass parameter (MeV) | |
Definition at line 127 of file NucleonFormFactors.hh.
|
inline |
Definition at line 132 of file NucleonFormFactors.hh.
|
inlinefinaloverridevirtual |
Axial-vector form factor.
Implements marley::AxialFormFactors.
Definition at line 135 of file NucleonFormFactors.hh.
Referenced by FP().
|
finaloverridevirtual |
Pseudoscalar form factor.
Implements marley::AxialFormFactors.
Definition at line 223 of file NucleonFormFactors.cc.
References FA().
|
protected |
Axial-vector coupling constant of the nucleon (dimensionless)
Definition at line 143 of file NucleonFormFactors.hh.
Referenced by FA().
|
protected |
Axial mass parameter (MeV)
Definition at line 146 of file NucleonFormFactors.hh.
Referenced by FA().