84 vertex( 0, 0, 0,
Djmn( 2, 0, 0, phi, theta, gamma ) * F00 );
86 vertex( 0, 0, 1,
Djmn( 2, 0, 1, phi, theta, gamma ) * F01 );
87 vertex( 0, 1, 0,
Djmn( 2, 0, -1, phi, theta, gamma ) * F10 );
88 vertex( 0, 1, 1,
Djmn( 2, 0, 0, phi, theta, gamma ) * F11 );
90 vertex( 1, 0, 0,
Djmn( 2, 2, 0, phi, theta, gamma ) * F00 );
92 vertex( 1, 0, 1,
Djmn( 2, 2, 1, phi, theta, gamma ) * F01 );
93 vertex( 1, 1, 0,
Djmn( 2, 2, -1, phi, theta, gamma ) * F10 );
94 vertex( 1, 1, 1,
Djmn( 2, 2, 0, phi, theta, gamma ) * F11 );
96 vertex( 2, 0, 0,
Djmn( 2, -2, 0, phi, theta, gamma ) * F00 );
98 vertex( 2, 0, 1,
Djmn( 2, -2, 1, phi, theta, gamma ) * F01 );
99 vertex( 2, 1, 0,
Djmn( 2, -2, -1, phi, theta, gamma ) * F10 );
100 vertex( 2, 1, 1,
Djmn( 2, -2, 0, phi, theta, gamma ) * F11 );
102 vertex( 3, 0, 0,
Djmn( 2, 1, 0, phi, theta, gamma ) * F00 );
104 vertex( 3, 0, 1,
Djmn( 2, 1, 1, phi, theta, gamma ) * F01 );
105 vertex( 3, 1, 0,
Djmn( 2, 1, -1, phi, theta, gamma ) * F10 );
106 vertex( 3, 1, 1,
Djmn( 2, 1, 0, phi, theta, gamma ) * F11 );
108 vertex( 4, 0, 0,
Djmn( 2, -1, 0, phi, theta, gamma ) * F00 );
110 vertex( 4, 0, 1,
Djmn( 2, -1, 1, phi, theta, gamma ) * F01 );
111 vertex( 4, 1, 0,
Djmn( 2, -1, -1, phi, theta, gamma ) * F10 );
112 vertex( 4, 1, 1,
Djmn( 2, -1, 0, phi, theta, gamma ) * F11 );
const EvtVector4R & getP4() const
EvtParticle * getDaug(int i)
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)