BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtMultibody.hh
Go to the documentation of this file.
1#ifndef EVTMULTIBODY_HH
2#define EVTMULTIBODY_HH
3
7
8class EvtParticle;
9
10class EvtMultibody : public EvtDecayAmp {
11public:
12 EvtMultibody() { _decayTree = NULL; }
13 virtual ~EvtMultibody();
14
15 void getName( std::string& name );
17
18 void init();
19 void initProbMax();
20
21 void decay( EvtParticle* p );
22
23private:
24 EvtMTree* _decayTree;
25};
26
27#endif
void getName(std::string &name)
virtual ~EvtMultibody()
void initProbMax()
EvtDecayBase * clone()
void decay(EvtParticle *p)