15 using namespace genie;
37 double t = this->
tau(interaction);
44 double t = this->
tau(interaction);
52 double t = this->
tau(interaction);
59 double t = this->
tau(interaction);
125 double t2 = TMath::Power(t, 2);
126 double t3 = TMath::Power(t, 3);
127 double t4 = TMath::Power(t2,2);
129 double Gn = (fp.
a0) + (fp.
a1*t) + (fp.
a2*t2);
130 double Gd = 1 + (fp.
b1*
t) + (fp.
b2*t2) + (fp.
b3*t3) + (fp.
b4*t4);
141 double q2 = kine.
q2();
142 double M2 = TMath::Power(target.
HitNucMass(),2);
144 double t = -q2/(4*M2);
THE MAIN GENIE PROJECT NAMESPACE
double HitNucMass(void) const
Generated/set kinematical variables for an event.
Summary information for an interaction.
double q2(bool selected=false) const
const Kinematics & Kine(void) const
A Neutrino Interaction Target. Is a transparent encapsulation of quite different physical systems suc...
virtual void Configure(const Registry &config)
A registry. Provides the container for algorithm configuration parameters.
const InitialState & InitState(void) const
bool GetParam(const RgKey &name, T &p, bool is_top_call=true) const
const Target & Tgt(void) const