39 DecayRecoFrame::DecayRecoFrame(
const std::string& sname,
40 const std::string& stitle)
41 : DecayFrame<ReconstructionFrame>(sname,stitle)
46 DecayRecoFrame::DecayRecoFrame() : DecayFrame<ReconstructionFrame>() {}
48 DecayRecoFrame::~DecayRecoFrame(){ }
50 bool DecayRecoFrame::IsSelfAssemblingFrame()
const {
51 return m_RType == RDSelfAssembling;
54 DecayRecoFrame& DecayRecoFrame::Empty(){
55 return DecayRecoFrame::m_Empty;
58 DecayRecoFrame DecayRecoFrame::m_Empty;