CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtPhiDalitz.hh
Go to the documentation of this file.
1
2#ifndef EVTPHIDALITZ_HH
3#define EVTPHIDALITZ_HH
4
6
7class EvtParticle;
8
10
11public:
12
14 virtual ~EvtPhiDalitz();
15
16 void getName(std::string& name);
18
19 void init();
20
21 void decay(EvtParticle *p);
22
23};
24
25#endif
EvtDecayBase * clone()
void decay(EvtParticle *p)
virtual ~EvtPhiDalitz()
void getName(std::string &name)