File indexing completed on 2025-04-19 09:10:13
0001 #ifndef REMNANTS_Main_No_Remnant_H
0002 #define REMNANTS_Main_No_Remnant_H
0003
0004 #include "REMNANTS/Main/Remnant_Base.H"
0005 #include "PDF/Main/ISR_Handler.H"
0006
0007 namespace REMNANTS {
0008 class No_Remnant: public Remnant_Base {
0009 public:
0010 No_Remnant(const size_t & beam,const size_t & tag=0);
0011 bool FillBlob(ATOOLS::ParticleMomMap *ktmap=NULL,const bool & copy=true);
0012 bool TestExtract(const ATOOLS::Flavour &flav,const ATOOLS::Vec4D &mom);
0013 };
0014 }
0015
0016 #endif