18 using namespace genie;
50 double F1V_NC = 0.5*F1V_CC - 2*
fSin28w*F1p;
64 double xiF2V_NC = 0.5*xiF2V_CC - 2*
fSin28w*(
fMuP-1)*F2p;
74 double FA_NC = 0.5 * FA_CC;
82 double q2 = kine.
q2();
87 double MN2 = TMath::Power(MN, 2);
91 double fa = this->
FA(interaction);
94 double Fp_NC = 2*MN2*fa/(Mpi2-q2);
virtual double tau(const Interaction *interaction) const
THE MAIN GENIE PROJECT NAMESPACE
double FA(const Interaction *interaction) const
Compute the form factor FA for the input interaction.
double HitNucMass(void) const
double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
Generated/set kinematical variables for an event.
virtual ~LwlynSmithFFNC()
Summary information for an interaction.
double q2(bool selected=false) const
double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
const Kinematics & Kine(void) const
virtual double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
virtual double FA(const Interaction *interaction) const
Compute the form factor FA for the input interaction.
static const double kPionMass
const InitialState & InitState(void) const
Abstract Base Class: implements the QELFormFactorsModelI interface but can not be instantiated...
const Target & Tgt(void) const
double Fp(const Interaction *interaction) const
Compute the form factor Fp for the input interaction.
virtual double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
Initial State information.