21 using namespace genie;
22 using namespace genie::utils;
55 <<
"No ELFormFactorModelI algorithm was defined!";
59 this->fGep = this->fModel->Gep(interaction);
60 this->fGmp = this->fModel->Gmp(interaction);
61 this->fGen = this->fModel->Gen(interaction);
62 this->fGmn = this->fModel->Gmn(interaction);
77 if(option.find(
"D") == string::npos) {this->fModel = 0;}
102 stream<<
"(Gep = " << this->fGep <<
", Gmp = " << this->fGmp <<
")" << endl;
103 stream<<
"(Gen = " << this->fGen <<
", Gmn = " << this->fGmn <<
")" << endl;
108 return this->Compare(ff);
bool AreEqual(double x1, double x2)
Summary information for an interaction.
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE...
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)