89 vertex( 0, 0, 0,
Djmn( 1, 1, 0, phi, theta, gamma ) * F00 );
91 vertex( 0, 0, 1,
Djmn( 1, 1, 1, phi, theta, gamma ) * F01 );
92 vertex( 0, 1, 0,
Djmn( 1, 1, -1, phi, theta, gamma ) * F10 );
93 vertex( 0, 1, 1,
Djmn( 1, 1, 0, phi, theta, gamma ) * F11 );
95 vertex( 1, 0, 0,
Djmn( 1, -1, 0, phi, theta, gamma ) * F00 );
97 vertex( 1, 0, 1,
Djmn( 1, -1, 1, phi, theta, gamma ) * F01 );
98 vertex( 1, 1, 0,
Djmn( 1, -1, -1, phi, theta, gamma ) * F10 );
99 vertex( 1, 1, 1,
Djmn( 1, -1, 0, phi, theta, gamma ) * F11 );
101 vertex( 2, 0, 0,
Djmn( 1, 0, 0, phi, theta, gamma ) * F00 );
103 vertex( 2, 0, 1,
Djmn( 1, 0, 1, phi, theta, gamma ) * F01 );
104 vertex( 2, 1, 0,
Djmn( 1, 0, -1, phi, theta, gamma ) * F10 );
105 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)