/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Generator/BesEvtGen/BesEvtGen-00-03-58/src/EvtGen/EvtGenModels/EvtMultibody.hh

Go to the documentation of this file.
00001 #ifndef EVTMULTIBODY_HH
00002 #define EVTMULTIBODY_HH
00003 
00004 #include "EvtGenBase/EvtMTree.hh"
00005 #include "EvtGenBase/EvtDecayAmp.hh"
00006 #include "EvtGenBase/EvtSpinAmp.hh"
00007 
00008 class EvtParticle;
00009 
00010 class EvtMultibody:public EvtDecayAmp
00011 {
00012     public:
00013         EvtMultibody() { _decayTree = NULL; }
00014         virtual ~EvtMultibody();
00015 
00016         void getName(std::string& name);
00017         EvtDecayBase* clone();
00018 
00019         void init();
00020         void initProbMax();
00021 
00022         void decay(EvtParticle *p); 
00023 
00024     private:
00025         EvtMTree * _decayTree;
00026 };
00027 
00028 #endif

Generated on Tue Nov 29 23:12:20 2016 for BOSS_7.0.2 by  doxygen 1.4.7