17 using namespace genie;
40 this->Copy(form_factors);
53 <<
"No QELFormFactorsModelI attached. Can not calculate FF's";
58 this -> fF1V = fModel -> F1V (interaction);
59 this -> fxiF2V = fModel -> xiF2V (interaction);
60 this -> fFA = fModel -> FA (interaction);
61 this -> fFp = fModel -> Fp (interaction);
75 if(option.find(
"D") == string::npos) {this->fModel = 0;}
101 stream <<
"F1V = " << this->fF1V <<
endl;
102 stream <<
"xi*F2V = " << this->fxiF2V <<
endl;
103 stream <<
"FA = " << this->fFA <<
endl;
104 stream <<
"Fp = " << this->fFp <<
endl;
109 return this->Compare(ff);
THE MAIN GENIE PROJECT NAMESPACE
bool AreEqual(double x1, double x2)
ostream & operator<<(ostream &stream, const T2KEvGenMetaData &md)
Summary information for an interaction.
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...
Root of GENIE utility namespaces.
QTextStream & endl(QTextStream &s)