BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
BesEvtGen-00-04-08/src/EvtGen/EvtGenModels/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
25#include "EvtGenBase/EvtDecayIncoherent.hh"
26#include "EvtGenBase/EvtVector4R.hh"
27
28class EvtParticle;
29
31
32public:
33
35 virtual ~EvtEtap2gpipiB();
36
37 void getName(std::string& name);
38
40
42
43 void init();
44
45 void decay(EvtParticle *p);
46
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
double AmplitudeSquare()
double AmplitudeSquare_p()
void getName(std::string &name)
void initProbMax()
void decay(EvtParticle *p)
virtual ~EvtEtap2gpipiB()
EvtDecayBase * clone()