BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/EvtMultibody.hh
Go to the documentation of this file.
1#ifndef EVTMULTIBODY_HH
2#define EVTMULTIBODY_HH
3
4#include "EvtGenBase/EvtMTree.hh"
5#include "EvtGenBase/EvtDecayAmp.hh"
6#include "EvtGenBase/EvtSpinAmp.hh"
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
#define NULL