CGEM BOSS 6.6.5.i
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
11{
12 public:
13 EvtMultibody() { _decayTree = NULL; }
14 virtual ~EvtMultibody();
15
16 void getName(std::string& name);
18
19 void init();
20 void initProbMax();
21
22 void decay(EvtParticle *p);
23
24 private:
25 EvtMTree * _decayTree;
26};
27
28#endif
void getName(std::string &name)
virtual ~EvtMultibody()
void initProbMax()
EvtDecayBase * clone()
void decay(EvtParticle *p)