BOSS 7.1.2
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtCalHelAmp Class Reference

#include <EvtCalHelAmp.hh>

+ Inheritance diagram for EvtCalHelAmp:

Public Member Functions

 EvtCalHelAmp ()
 
virtual ~EvtCalHelAmp ()
 
void getName (std::string &name)
 
EvtDecayBaseclone ()
 
void initProbMax ()
 
void init ()
 
void decay (EvtParticle *p)
 
std::vector< double > firstder (std::vector< double > vh)
 
double getBlattRatio (int L, double R, double pmag, double pmag0)
 
double blattfactor (int L, double R, double pmag)
 
double phsp (double m0, double m1, double m2)
 
- Public Member Functions inherited from EvtDecayIncoherent
void makeDecay (EvtParticle *p)
 
virtual ~EvtDecayIncoherent ()
 
void setDaughterSpinDensity (int daughter)
 
int isDaughterSpinDensitySet (int daughter)
 
- Public Member Functions inherited from EvtDecayBase
virtual std::string commandName ()
 
virtual void command (std::string cmd)
 
double getProbMax (double prob)
 
double resetProbMax (double prob)
 
 EvtDecayBase ()
 
virtual ~EvtDecayBase ()
 
virtual bool matchingDecay (const EvtDecayBase &other) const
 
EvtId getParentId ()
 
double getBranchingFraction ()
 
void disableCheckQ ()
 
void checkQ ()
 
int getNDaug ()
 
EvtIdgetDaugs ()
 
EvtId getDaug (int i)
 
int getNArg ()
 
int getPHOTOS ()
 
void setPHOTOS ()
 
void setVerbose ()
 
void setSummary ()
 
double * getArgs ()
 
std::string * getArgsStr ()
 
double getArg (int j)
 
std::string getArgStr (int j)
 
std::string getModelName ()
 
int getDSum ()
 
int summary ()
 
int verbose ()
 
void saveDecayInfo (EvtId ipar, int ndaug, EvtId *daug, int narg, std::vector< std::string > &args, std::string name, double brfr)
 
void printSummary ()
 
void setProbMax (double prbmx)
 
void noProbMax ()
 
void checkNArg (int a1, int a2=-1, int a3=-1, int a4=-1)
 
void checkNDaug (int d1, int d2=-1)
 
void checkSpinParent (EvtSpinType::spintype sp)
 
void checkSpinDaughter (int d1, EvtSpinType::spintype sp)
 
virtual int nRealDaughters ()
 

Static Public Attributes

static double _H2 =0
 
static double _H1 =0
 
static double _H0 =0
 
static double _H2err =0
 
static double _H1err =0
 
static double _H0err =0
 
static int nevt =0
 

Additional Inherited Members

- Static Public Member Functions inherited from EvtDecayBase
static void findMasses (EvtParticle *p, int ndaugs, EvtId daugs[10], double masses[10])
 
static void findMass (EvtParticle *p)
 
static double findMaxMass (EvtParticle *p)
 
- Protected Member Functions inherited from EvtDecayBase
bool daugsDecayedByParentModel ()
 
- Protected Attributes inherited from EvtDecayBase
bool _daugsDecayedByParentModel
 

Detailed Description

Definition at line 42 of file EvtCalHelAmp.hh.

Constructor & Destructor Documentation

◆ EvtCalHelAmp()

EvtCalHelAmp::EvtCalHelAmp ( )
inline

Definition at line 46 of file EvtCalHelAmp.hh.

46{}

Referenced by clone().

◆ ~EvtCalHelAmp()

EvtCalHelAmp::~EvtCalHelAmp ( )
virtual

Definition at line 38 of file EvtCalHelAmp.cc.

38{}

Member Function Documentation

◆ blattfactor()

double EvtCalHelAmp::blattfactor ( int L,
double R,
double pmag )

Definition at line 182 of file EvtCalHelAmp.cc.

182 {//pmag is the magnitude of one daughter particle, instead of difference of momentum between two daugs.
183 double rp = R*pmag;
184 double rp2 = rp*rp;
185 double rp4 = rp2*rp2;
186 double rp6 = rp2 * rp4;
187 double rp8 = rp4 * rp4;
188 switch (L){
189 case 0:
190 return 1.0;
191 break;
192 case 1:
193 return 1.0/sqrt(1+R*R*pmag*pmag);
194 break;
195 case 2:
196 return 1.0/sqrt(1+rp2/3.+rp4/9.);
197 break;
198 case 3:
199 return 1.0/sqrt(225 + 45*rp2 + 6*rp4 + rp6 );
200 break;
201 case 4:
202 return 1.0/sqrt(11025 + 1575*rp2 + 135*rp4 + 10*rp6 + rp8 );
203 break;
204 default:
205 cout<<"lineshape::blattfactor: No expression for L>4 is availabe."<<endl;
206 ::abort();
207 }
208
209}
complex_t R(double Q2, double M2, double G, double Mp2, double Mm2)
Definition TUtil.h:27

Referenced by getBlattRatio().

◆ clone()

EvtDecayBase * EvtCalHelAmp::clone ( )
virtual

Implements EvtDecayBase.

Definition at line 46 of file EvtCalHelAmp.cc.

46 {
47
48 return new EvtCalHelAmp;
49
50}

◆ decay()

void EvtCalHelAmp::decay ( EvtParticle * p)
virtual

Implements EvtDecayBase.

Definition at line 78 of file EvtCalHelAmp.cc.

78 {
79 if(getNArg()!=4) {cout<<"The model have 6 parameters: |g00| phi00 |g22| phi22 |g42| phi42"<<endl; abort();}
80
82 // std::cout<<"weight= "<<weight<<std::endl;
83 //std::cout<<p->getP4().mass()<<" "<<p->getDaug(0)->getP4().mass()<<" "<<p->getDaug(1)->getP4().mass()<<std::endl;
84 std::string p0str=EvtPDL::name(p->getId());
85 std::string p1str=EvtPDL::name(p->getDaug(0)->getId());
86 std::string p2str=EvtPDL::name(p->getDaug(1)->getId());
87 if(p1str=="K_2*+" || p2str=="K_2*+" ||p1str=="K_2*0" || p2str=="K_2*0" ) {flag=2;} else
88 if(p1str=="K_3*+" || p2str=="K_3*+" ||p1str=="K_3*0" || p2str=="K_3*0" ) {flag=3;} else
89 if(p1str=="Zc+" || p2str=="pi-" ||p1str=="Zc-" || p2str=="pi^+" ) {flag=4;} else
90 if(p0str=="Zc+" && (p1str=="J/psi" || p2str=="J/psi") ) {flag=5;}
91 //Helicity amplitude for 2+ -> VP
92 EvtVector4R p1= p->getDaug(0)->getP4();
93 double r= 2*p1.d3mag(); //to be consistent with PWA HelAmp.cc
94 double R=3.0;
95 double pi=3.1415926;
96 double mm0=EvtPDL::getMeanMass(p->getId());
97 double mm1=EvtPDL::getMeanMass(p->getDaug(0)->getId());
98 double mm2=EvtPDL::getMeanMass(p->getDaug(1)->getId());
99 double pmag=phsp(mm0,mm1,mm2);//for normalization Blatt factor, momentum without factor 2, consistent with the PWA HelAmp.cc
100 double b0=getBlattRatio(0,R,r,pmag);
101 double b1=getBlattRatio(1,R,r,pmag);
102 double b2=getBlattRatio(2,R,r,pmag);
103 double b3=getBlattRatio(3,R,r,pmag);
104 double b4=getBlattRatio(4,R,r,pmag);
105 //std::cout<<"b0,b1,b2,b3,b4 "<<b0<<" "<<b1<<" "<<b2<<" "<<b3<<" "<<b4<<std::endl;
106 double g02 = getArg(0);
107 double phi02 = getArg(1)*2*pi;
108 double g22 = getArg(2);
109 double phi22 = getArg(3)*2*pi;
110 //double g42 = getArg(4);
111 //double phi42 = getArg(5)*2*pi;
112 EvtComplex G02(g02*cos(phi02),g02*sin(phi02));
113 EvtComplex G22(g22*cos(phi22),g22*sin(phi22));
114 //EvtComplex G42(g42*cos(phi42),g42*sin(phi42));
115 std::vector<EvtComplex> VG; VG.clear();
116 VG.push_back(G02); VG.push_back(G22);// VG.push_back(G42);
117 std::vector<double> VH2,VH1,VH0;
118 VH2.resize(nd/2);VH1.resize(nd/2);VH0.resize(nd/2);
119 if(flag==2){
120 VH2[0]=sqrt(2./5.)*b1*r; VH2[1]= 1/sqrt(10.)*r*r*r*b3;
121 VH1[0]=-1/sqrt(10.)*b1*r; VH1[1]= r*r*r*b3*sqrt(2./5.);
122 }else if(flag==3){
123 VH2[0]=sqrt(5./14.)*b2*r*r; VH2[1]= 1/sqrt(7.)*r*r*r*r*b4;
124 VH1[0]=sqrt(1./7.)*b2*r*r; VH1[1]= -sqrt(5./14.)*r*r*r*r*b4;
125 }else if(flag==4 || flag==5){
126 VH2[0]=sqrt(1./3.)*b0; VH2[1]= 1/sqrt(6.)*r*r*b2;
127 VH1[0]=sqrt(1./3.)*b0; VH1[1]=-2/sqrt(6.)*r*r*b2;
128 }else{std::cout<<"Not allowed mode!"<<std::endl; abort();}
129 EvtComplex H2 = G02*VH2[0] + G22*VH2[1];
130 EvtComplex H1 = G02*VH1[0] + G22*VH1[1];
131
132 _H2 += abs2(H2); _H1 += abs2(H1);
133 std::vector<double> DH1,DH2;
134 DH2=firstder(VH2);
135 DH1=firstder(VH1);
136
137 // std::cout<<DH2[0]<<" "<<DH2[1]<<" "<<DH2[2]<<" "<<DH2[3]<<std::endl;
138 //std::cout<<DH1[0]<<" "<<DH1[1]<<" "<<DH1[2]<<" "<<DH1[3]<<std::endl;
139
140 for(int i=0;i<nd;i++){
141 for(int j=0;j<nd;j++){
142 _H2err += DH2[i]*DH2[j]*VC[i][j];
143 _H1err += DH1[i]*DH1[j]*VC[i][j];
144 }
145 }
146
147 nevt++;
148
149 return ;
150}
double p1[4]
double sin(const BesAngle a)
Definition BesAngle.h:210
double cos(const BesAngle a)
Definition BesAngle.h:213
double abs2(const EvtComplex &c)
*********Class see also m_nmax DOUBLE PRECISION m_MasPhot DOUBLE PRECISION m_phsu DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_r2 DOUBLE PRECISION m_WtMass INTEGER m_nmax INTEGER m_Nevgen INTEGER m_IsFSR INTEGER m_MarTot *COMMON c_KarFin $ !Output file $ !Event serial number $ !alpha QED at Thomson limit $ !minimum energy at CMS for remooval $ !infrared dimensionless $ !dummy photon IR regulator $ !crude photon multiplicity enhancement factor *EVENT $ !MC crude volume of PhhSpace *Sfactors $ !YFS formfactor IR part only $ !YFS formfactor non IR finite part $ !mass weight
Definition KarFin.h:34
static double _H1err
double getBlattRatio(int L, double R, double pmag, double pmag0)
double phsp(double m0, double m1, double m2)
static int nevt
static double _H1
static double _H2
static double _H2err
std::vector< double > firstder(std::vector< double > vh)
double getArg(int j)
EvtId * getDaugs()
static double getMeanMass(EvtId i)
Definition EvtPDL.hh:45
static std::string name(EvtId i)
Definition EvtPDL.hh:64
EvtId getId() const
const EvtVector4R & getP4() const
EvtParticle * getDaug(int i)
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)
double d3mag() const
const float pi
Definition vector3.h:133

◆ firstder()

std::vector< double > EvtCalHelAmp::firstder ( std::vector< double > vh)

Definition at line 153 of file EvtCalHelAmp.cc.

153 {
154 // vh: vector of helicity part
155 double pi=3.1415926;
156 std::vector<double> fd;
157 double g02 = getArg(0);
158 double phi02 = getArg(1)*2*pi;
159 double g22 = getArg(2);
160 double phi22 = getArg(3)*2*pi;
161 std::vector<double> vpar;
162 vpar.push_back(g02);vpar.push_back(phi02);vpar.push_back(g22);vpar.push_back(phi22);
163 EvtComplex G02(vpar[0]*cos(vpar[1]),vpar[0]*sin(vpar[1]));
164 EvtComplex G22(vpar[2]*cos(vpar[3]),vpar[2]*sin(vpar[3]));
165 EvtComplex H20 = G02*vh[0] + G22*vh[1];
166 double hamps0 = abs2(H20);
167 for(int i=0;i<vpar.size();i++){
168 vpar.clear();
169 vpar.push_back(g02);vpar.push_back(phi02);vpar.push_back(g22);vpar.push_back(phi22);
170 double dev=0.01;
171 vpar[i] += dev;
172 EvtComplex G02(vpar[0]*cos(vpar[1]),vpar[0]*sin(vpar[1]));
173 EvtComplex G22(vpar[2]*cos(vpar[3]),vpar[2]*sin(vpar[3]));
174 EvtComplex H20 = G02*vh[0] + G22*vh[1];
175 double hamps2=abs2(H20);
176 double xder=(hamps2-hamps0)/dev;
177 fd.push_back(xder);
178 }
179 return fd;
180}

Referenced by decay().

◆ getBlattRatio()

double EvtCalHelAmp::getBlattRatio ( int L,
double R,
double pmag,
double pmag0 )

Definition at line 212 of file EvtCalHelAmp.cc.

212 {
213 double blattRatio = blattfactor(L,R,pmag)/blattfactor(L,R,pmag0);
214 return blattRatio;
215}
double blattfactor(int L, double R, double pmag)

Referenced by decay().

◆ getName()

void EvtCalHelAmp::getName ( std::string & name)
virtual

Implements EvtDecayBase.

Definition at line 40 of file EvtCalHelAmp.cc.

40 {
41
42 model_name="CALHELAMP";
43
44}

◆ init()

void EvtCalHelAmp::init ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 53 of file EvtCalHelAmp.cc.

53 {
54 _H2=0;_H1=0;_H0=0;_H2err=0;_H1err=0;_H0err=0;nevt=0;
55 // check that there are 1 arguments (the number of parameters)
56 checkNArg(4);
57 nd=getNArg();
58 VC.resize(nd);
59 for(int i=0;i<nd;i++) VC[i].resize(nd);
60 ifstream coverrf("myerr.dat");
61 if(coverrf==0) {std::cout<<"File of covariant error (myerr.dat)" <<" is not found"<<endl;abort();}
62 for(int i=0;i<nd;i++){
63 for(int j=0;j<nd;j++){
64 double xr;
65 coverrf>>xr;
66 VC[i][j]=xr;
67 }
68 }
69
70}
static double _H0err
static double _H0
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)

◆ initProbMax()

void EvtCalHelAmp::initProbMax ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 72 of file EvtCalHelAmp.cc.

72 {
73
74 noProbMax();
75
76}

◆ phsp()

double EvtCalHelAmp::phsp ( double m0,
double m1,
double m2 )

Definition at line 217 of file EvtCalHelAmp.cc.

217 { //phase space for m0->m1 + m2
218 if(m1+m2>m0) {cout<<"HelAmp::phsp: m1("<<m1<<") + m2("<<m2<<") > m0("<<m0<<") "<<endl;::abort();}
219 //if(m1+m2>m0) {return 0;}
220 double m0s = m0*m0;
221 double m12 =(m1+m2);
222 double m12s = m12*m12;
223 double md12 = m1-m2;
224 double md12s=md12*md12;
225
226 double pmag = sqrt( fabs( (m0s-m12s)*(m0s-md12s) ) )/2/m0;
227
228 //-- for debugging
229 // cout<<m0<<" ->"<<m1<<" + "<<m2<<", pmag= "<<pmag<<endl;
230 return pmag;
231 }
double * m1
Definition qcdloop1.h:75
double double * m2
Definition qcdloop1.h:75

Referenced by decay().

Member Data Documentation

◆ _H0

double EvtCalHelAmp::_H0 =0
static

Definition at line 58 of file EvtCalHelAmp.hh.

Referenced by EvtDecay::finalize(), and init().

◆ _H0err

double EvtCalHelAmp::_H0err =0
static

Definition at line 58 of file EvtCalHelAmp.hh.

Referenced by EvtDecay::finalize(), and init().

◆ _H1

double EvtCalHelAmp::_H1 =0
static

Definition at line 58 of file EvtCalHelAmp.hh.

Referenced by decay(), EvtDecay::finalize(), and init().

◆ _H1err

double EvtCalHelAmp::_H1err =0
static

Definition at line 58 of file EvtCalHelAmp.hh.

Referenced by decay(), EvtDecay::finalize(), and init().

◆ _H2

double EvtCalHelAmp::_H2 =0
static

Definition at line 58 of file EvtCalHelAmp.hh.

Referenced by decay(), EvtDecay::finalize(), and init().

◆ _H2err

double EvtCalHelAmp::_H2err =0
static

Definition at line 58 of file EvtCalHelAmp.hh.

Referenced by decay(), EvtDecay::finalize(), and init().

◆ nevt

int EvtCalHelAmp::nevt =0
static

Definition at line 59 of file EvtCalHelAmp.hh.

Referenced by decay(), EvtDecay::finalize(), and init().


The documentation for this class was generated from the following files: