BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtEtap2pipieta.hh
Go to the documentation of this file.
1#ifndef EVTETAP2PIPIETA_HH
2#define EVTETAP2PIPIETA_HH
3
5
6class EvtParticle;
7
9
10public:
12 virtual ~EvtEtap2pipieta();
13
14 void getName( std::string& name );
16
17 void init();
18 void initProbMax();
19 void decay( EvtParticle* p );
20
21private:
22 double AMPsq();
23 EvtVector4R _pd[3];
24 double par[4];
25 double m_MetaOverMpip;
26 double m_sqrt3;
27};
28
29#endif
virtual ~EvtEtap2pipieta()
void getName(std::string &name)
EvtDecayBase * clone()
void decay(EvtParticle *p)