90 double c1=pow(pv.
d3mag(),2.0);
91 double R=(mass_b1+pv.
get(0))*(mass_b2+ps.
get(0));
92 u=pow((R-c1)/(R+c1),2.0);
93 alpha=(pow(4+
u,2.0)-
u*pow(2+3*
u,2.0))/(pow(4+
u,2.0)+
u*pow(2+3*
u,2.0));}
95 double F01=sqrt((1+
alpha)/2);
96 double F00=sqrt((1-
alpha)/4);
100 vertex(0,0,0,
Djmn(1, 1, 0,phi,theta,gamma)*F00);
101 vertex(0,0,1,
Djmn(1, 1, 1,phi,theta,gamma)*F01);
102 vertex(0,1,0,
Djmn(1, 1,-1,phi,theta,gamma)*F10);
103 vertex(0,1,1,
Djmn(1, 1, 0,phi,theta,gamma)*F11);
104 vertex(1,0,0,
Djmn(1,-1, 0,phi,theta,gamma)*F00);
105 vertex(1,0,1,
Djmn(1,-1, 1,phi,theta,gamma)*F01);
106 vertex(1,1,0,
Djmn(1,-1,-1,phi,theta,gamma)*F10);
107 vertex(1,1,1,
Djmn(1,-1, 0,phi,theta,gamma)*F11);
108 vertex(2,0,0,
Djmn(1, 0, 0,phi,theta,gamma)*F00);
109 vertex(2,0,1,
Djmn(1, 0, 1,phi,theta,gamma)*F01);
110 vertex(2,1,0,
Djmn(1, 0,-1,phi,theta,gamma)*F10);
111 vertex(2,1,1,
Djmn(1, 0, 0,phi,theta,gamma)*F11);
EvtComplex Djmn(int j, int m, int n, double phi, double theta, double gamma)
const EvtVector4R & getP4() const
EvtParticle * getDaug(int i)
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)