We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50f81f commit 1785133Copy full SHA for 1785133
PWGCF/Femto/Core/pairHistManager.h
@@ -646,7 +646,7 @@ class PairHistManager
646
auto sum = part1 + part2;
647
// Boost particle 1 to the pair rest frame (Prf) and calculate k* (would be equivalent using particle 2)
648
// make a copy of particle 1
649
- auto particle1Prf = ROOT::Math::PtEtaPhiMVector(mParticle1);
+ auto particle1Prf = ROOT::Math::PtEtaPhiMVector(part1);
650
// get lorentz boost into pair rest frame
651
ROOT::Math::Boost boostPrf(sum.BoostToCM());
652
// boost particle 1 into pair rest frame and calculate its momentum, which has the same value as k*
0 commit comments