We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0316181 commit f8007d0Copy full SHA for f8007d0
PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h
@@ -269,8 +269,9 @@ class FemtoUniverseMath
269
const double mRS = (y1_lcms - y2_lcms) / 0.197327;
270
const double mRL = (z1_lcms - z2_lcms) / 0.197327;
271
const double mDT = (t1_lcms - t2_lcms) / 0.197327;
272
-
273
- const double phase_inv = fDKOutPRF * mROutSmeared + fDKSidePRF * mRSideSmeared + fDKLongPRF * mRLongSmeared;
+ const double rOutPRF = gammaOut * (mRO - betaOut * mDT);
+
274
+ const double phase_inv = fDKOutPRF * mROut + fDKSidePRF * mRS + fDKLongPRF * mRL;
275
double quantumweight = 1.0 + TMath::Cos(2.0*phase_inv);
276
277
vect.push_back(quantumweight);
0 commit comments