BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtEtap2gpipiB.hh
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3// Environment:
4// This software is part of models developed at BES collaboration
5// based on the EvtGen framework. If you use all or part
6// of it, please give an appropriate acknowledgement.
7//
8// Copyright Information: See EvtGen/BesCopyright
9// Copyright (A) 2006 Ping Rong-Gang @IHEP
10//
11// Module: EvtEtap2gpipiB.cc
12// for etaprime -> gamma pipi with box contribution
13// see PHYSICAL REVIEW LETTERS 120, 242003 (2018) and refs. therein
14// Description: Model provided by user, see the mannual
15//
16// Modification history:
17//
18// Ping R.-G. December, 2018 Module created
19//
20//------------------------------------------------------------------------
21
22#ifndef EvtDIY_ETAP2GPIPI_BOXRHO2_HH
23#define EvtDIY_ETAP2GPIPI_BOXRHO2_HH
24
27
28class EvtParticle;
29
31
32public:
33
35 virtual ~EvtEtap2gpipiB();
36
37 void getName(std::string& name);
38
40
41 void initProbMax();
42
43 void init();
44
45 void decay(EvtParticle *p);
46
47 double AmplitudeSquare();
48 double AmplitudeSquare_p();
49
50 EvtVector4R GetDaugMomLab(int i){return _p4Lab[i];}
51 EvtVector4R GetDaugMomCM(int i){return _p4CM[i];}
52 EvtVector4R GetDaugMomHel(int i){return _p4Hel[i];}
53
54
55 int GetNdaug(){return _nd;}
56
57private:
58
59 EvtVector4R _p4Lab[10],_p4CM[10],_p4Hel[10];
60 int _nd;
61static int nrun;
62static double max_amps;
63};
64
65
66#endif
67
virtual ~EvtEtap2gpipiB()
EvtVector4R GetDaugMomLab(int i)
void getName(std::string &name)
void decay(EvtParticle *p)
EvtVector4R GetDaugMomCM(int i)
EvtVector4R GetDaugMomHel(int i)
EvtDecayBase * clone()