168 {
169
172
174 EvtId other_b;
175 EvtId daugs[2];
176
177 int flip=0;
178 if (!_eigenstate){
180 }
181
182 if (!flip) {
185 }
186 else{
189 }
190
191 EvtParticle *d;
193
194 EvtComplex amp;
195
196
198
199
200
201
202 EvtComplex expL=
exp(-EvtComplex(-0.25*_dgamma*
t,0.5*_dm*
t));
203 EvtComplex expH=
exp(EvtComplex(-0.25*_dgamma*
t,0.5*_dm*
t));
204
205 EvtComplex gp=0.5*(expL+expH);
206 EvtComplex gm=0.5*(expL-expH);
207
208 EvtComplex sqz=sqrt(
abs(1-_z*_z))*
exp(EvtComplex(0,
arg(1-_z*_z)/2));
209
210
211
212
213
214
215
216 EvtComplex BB=gp+_z*gm;
217 EvtComplex barBB=sqz*_qoverp*gm;
218 EvtComplex BbarB=sqz*_poverq*gm;
219 EvtComplex barBbarB=gp-_z*gm;
220
221 if (!flip){
222 if (other_b==B0B){
223
224
225 amp=BB*_A_f+BbarB*_Abar_f;
226
227
228 }
229 if (other_b==B0){
230
231 amp=barBB*_A_f+barBbarB*_Abar_f;
232 }
233 }else{
234 if (other_b==B0){
235 amp=barBB*_A_fbar+barBbarB*_Abar_fbar;
236
237
238 }
239 if (other_b==B0B){
240 amp=BB*_A_fbar+BbarB*_Abar_fbar;
241 }
242 }
243
244
246 double m_parent=p4_parent.
mass();
247
249
250 EvtVector4R momv;
251 EvtVector4R moms;
252
258 }
259 else{
263 }
264
265
266
269 }
270
272
274
278
279 }
280
282
284
285
291
292 }
293
294
295 return ;
296}
EvtComplex exp(const EvtComplex &c)
double arg(const EvtComplex &c)
static void OtherB(EvtParticle *p, double &t, EvtId &otherb)
void vertex(const EvtComplex &)
static EvtId chargeConj(EvtId id)
static EvtSpinType::spintype getSpinType(EvtId i)
static EvtId getId(const std::string &name)
virtual EvtVector4C epsParent(int i) const
virtual EvtTensor4C epsTensorParent(int i) const
EvtVector4R getP4Restframe()
const EvtVector4R & getP4() const
EvtParticle * getDaug(int i)
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)
EvtVector4C cont1(const EvtVector4C &v4) const