Skip to content

Commit 1785133

Browse files
authored
[PWGCF] Bugfix in femto framework (#15603)
1 parent b50f81f commit 1785133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto/Core/pairHistManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ class PairHistManager
646646
auto sum = part1 + part2;
647647
// Boost particle 1 to the pair rest frame (Prf) and calculate k* (would be equivalent using particle 2)
648648
// make a copy of particle 1
649-
auto particle1Prf = ROOT::Math::PtEtaPhiMVector(mParticle1);
649+
auto particle1Prf = ROOT::Math::PtEtaPhiMVector(part1);
650650
// get lorentz boost into pair rest frame
651651
ROOT::Math::Boost boostPrf(sum.BoostToCM());
652652
// boost particle 1 into pair rest frame and calculate its momentum, which has the same value as k*

0 commit comments

Comments
 (0)