176 {
177
178
181
182
184 EvtId other_b;
185
187
193
194
195
196
197 EvtComplex amp;
198
200
201
202 EvtComplex A_a1p,Abar_a1p,A_a2p,Abar_a2p;
203 EvtComplex A_a1m,Abar_a1m,A_a2m,Abar_a2m;
204
207
210
213
216
217 EvtComplex a2p_amp=
EvtAmpA2(mom1,mom2,mom3,mom4)+
221
222 EvtComplex a2m_amp=
EvtAmpA2(mom2,mom3,mom4,mom1)+
226
227 EvtComplex a1p_amp=
EvtAmpA1(mom1,mom2,mom3,mom4)+
231
232 EvtComplex a1m_amp=
EvtAmpA1(mom2,mom3,mom4,mom1)+
236
237
238 A=A_a2p*a2p_amp+A_a1p*a1p_amp+
239 A_a2m*a2m_amp+A_a1m*a1m_amp;
240 Abar=Abar_a2p*a2p_amp+Abar_a1p*a1p_amp+
241 Abar_a2m*a2m_amp+Abar_a1m*a1m_amp;
242
243
244 if (other_b==B0B){
248 }
249 if (other_b==B0){
253 }
254
256
257 return ;
258}
double sin(const BesAngle a)
double cos(const BesAngle a)
EvtComplex EvtAmpA2(const EvtVector4R &p4pi1, const EvtVector4R &p4pi2, const EvtVector4R &p4pi3, const EvtVector4R &p4pi4)
EvtComplex EvtAmpA1(const EvtVector4R &p4pi1, const EvtVector4R &p4pi2, const EvtVector4R &p4pi3, const EvtVector4R &p4pi4)
static void OtherB(EvtParticle *p, double &t, EvtId &otherb)
void vertex(const EvtComplex &)
static EvtId getId(const std::string &name)
const EvtVector4R & getP4() const
EvtParticle * getDaug(int i)
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)