BOSS 7.1.2
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:
11
13 virtual ~EvtEtap2pipieta();
14
15 void getName(std::string& name);
17
18 void init();
19 void initProbMax();
20 void decay(EvtParticle *p);
21
22private:
23
24 double AMPsq();
25 EvtVector4R _pd[3];
26 double par[4];
27 double m_MetaOverMpip;
28 double m_sqrt3;
29
30};
31
32#endif
virtual ~EvtEtap2pipieta()
void getName(std::string &name)
EvtDecayBase * clone()
void decay(EvtParticle *p)