74 double costheta =
cos( theta );
83 double c1 = pow( pv.
d3mag(), 2.0 );
84 double R = ( mass_b1 + pv.
get( 0 ) ) * ( mass_b2 + ps.
get( 0 ) );
85 u = pow( ( R - c1 ) / ( R + c1 ), 2.0 );
86 alpha = ( pow( 4 +
u, 2.0 ) -
u * pow( 2 + 3 *
u, 2.0 ) ) /
87 ( pow( 4 +
u, 2.0 ) +
u * pow( 2 + 3 *
u, 2.0 ) );
90 double F01 = sqrt( ( 1 +
alpha ) / 2 );
91 double F00 = sqrt( ( 1 -
alpha ) / 4 );
95 vertex( 0, 0, 0,
Djmn( 1, 1, 0, phi, theta, gamma ) * F00 );
97 vertex( 0, 0, 1,
Djmn( 1, 1, 1, phi, theta, gamma ) * F01 );
98 vertex( 0, 1, 0,
Djmn( 1, 1, -1, phi, theta, gamma ) * F10 );
99 vertex( 0, 1, 1,
Djmn( 1, 1, 0, phi, theta, gamma ) * F11 );
100 vertex( 1, 0, 0,
Djmn( 1, -1, 0, phi, theta, gamma ) * F00 );
102 vertex( 1, 0, 1,
Djmn( 1, -1, 1, phi, theta, gamma ) * F01 );
103 vertex( 1, 1, 0,
Djmn( 1, -1, -1, phi, theta, gamma ) * F10 );
104 vertex( 1, 1, 1,
Djmn( 1, -1, 0, phi, theta, gamma ) * F11 );
105 vertex( 2, 0, 0,
Djmn( 1, 0, 0, phi, theta, gamma ) * F00 );
107 vertex( 2, 0, 1,
Djmn( 1, 0, 1, phi, theta, gamma ) * F01 );
108 vertex( 2, 1, 0,
Djmn( 1, 0, -1, phi, theta, gamma ) * F10 );
109 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)