37 InvisibleGenFrame::InvisibleGenFrame(
const std::string& sname,
38 const std::string& stitle)
39 : InvisibleFrame<GeneratorFrame>(sname, stitle) {}
41 InvisibleGenFrame::~InvisibleGenFrame(){ }
43 void InvisibleGenFrame::SetMass(
double val){
46 m_Log <<
"Unable to set mass to negative value ";
47 m_Log << val <<
". Setting to zero." << LogEnd;
54 void InvisibleGenFrame::ResetGenFrame() {}
56 bool InvisibleGenFrame::GenerateFrame(){