BOSS 8.0.0
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
9class EvtPhiDalitz : public EvtDecayAmp {
10
11public:
13 virtual ~EvtPhiDalitz();
14
15 void getName( std::string& name );
17
18 void init();
19
20 void decay( EvtParticle* p );
21};
22
23#endif
EvtDecayBase * clone()
void decay(EvtParticle *p)
virtual ~EvtPhiDalitz()
void getName(std::string &name)