18 using namespace genie;
41 double q2 = interaction->
Kine().
q2();
42 double ge = 1. / TMath::Power(1-q2/
fMv2, 2);
44 LOG(
"ELFormFactors",
pDEBUG) <<
"Gep(q^2 = " << q2 <<
") = " << ge;
56 double q2 = interaction->
Kine().
q2();
57 double gm =
fMuP / TMath::Power(1-q2/
fMv2, 2);
59 LOG(
"ELFormFactors",
pDEBUG) <<
"Gmp(q^2 = " << q2 <<
") = " << gm;
66 double q2 = interaction->
Kine().
q2();
67 double gm =
fMuN / TMath::Power(1-q2/
fMv2, 2);
69 LOG(
"ELFormFactors",
pDEBUG) <<
"Gmn(q^2 = " << q2 <<
") = " << gm;
THE MAIN GENIE PROJECT NAMESPACE
Summary information for an interaction.
double q2(bool selected=false) const
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...
const Kinematics & Kine(void) const
virtual void Configure(const Registry &config)
A registry. Provides the container for algorithm configuration parameters.
bool GetParam(const RgKey &name, T &p, bool is_top_call=true) const