|
| rhopifull (EvtVector4R pd1, EvtVector4R pd2, EvtVector4R pd3) |
|
double | Fij (int i, int j, double r) |
|
double | R00 (double r) |
|
EvtComplex | amps1 (int m, int i, int j) |
|
double | amps () |
|
| rhopifull (EvtVector4R pd1, EvtVector4R pd2, EvtVector4R pd3) |
|
double | Fij (int i, int j, double r) |
|
double | R00 (double r) |
|
EvtComplex | amps1 (int m, int i, int j) |
|
double | amps () |
|
◆ rhopifull() [1/2]
◆ rhopifull() [2/2]
◆ amps() [1/2]
double rhopifull::amps |
( |
| ) |
|
◆ amps() [2/2]
double rhopifull::amps |
( |
| ) |
|
◆ amps1() [1/2]
EvtComplex rhopifull::amps1 |
( |
int |
m, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| |
Definition at line 146 of file bak-BesEvtGen-00-04-08/user/UserDIY.cc.
146 {
147 double mrho=0.771,wrho=0.1492,
s;
150 prho=_pd[i]+_pd[j];
152 dpro=
s-mrho*mrho+img*sqrt(
s)*wrho;
154 double theta,phi,ct1,st1,
phi1,st,ct;
155 double rpp=angles.getHelAng(0);
156 theta=angles.getHelAng(1);
157 phi =angles.getHelAng(2);
158 ct1 =labAngles.
Angles(prho,1);
160 int lamb;
162 for(lamb=-1;lamb<=1;lamb++) temp=temp+
Fij(lamb,0,prho.
d3mag())*
Djmn(1,m,lamb,
phi1,ct1,0.0)/dpro*
R00(rpp)*
Djmn(1,lamb,0,phi,theta,0.0);
163 return temp;
164 }
EvtComplex Djmn(int j, int m, int n, double phi, double theta, double gamma)
double Angles(EvtVector4R, int)
double Fij(int i, int j, double r)
Referenced by amps().
◆ amps1() [2/2]
EvtComplex rhopifull::amps1 |
( |
int |
m, |
|
|
int |
i, |
|
|
int |
j |
|
) |
| |
◆ Fij() [1/2]
double rhopifull::Fij |
( |
int |
i, |
|
|
int |
j, |
|
|
double |
r |
|
) |
| |
Definition at line 137 of file bak-BesEvtGen-00-04-08/user/UserDIY.cc.
137 {
138 double mpi=0.1395,mpsi=3.096916;
139 double temp=mpsi*r;
140 if(i==0&& j==0) return 0;
141 if(i==1&& j==0) return temp;
142 if(i==-1&& j==0) return -temp;
143
144 }
Referenced by amps1().
◆ Fij() [2/2]
double rhopifull::Fij |
( |
int |
i, |
|
|
int |
j, |
|
|
double |
r |
|
) |
| |
◆ R00() [1/2]
double rhopifull::R00 |
( |
double |
r | ) |
|
◆ R00() [2/2]
double rhopifull::R00 |
( |
double |
r | ) |
|
The documentation for this class was generated from the following files: