Skip to content

Commit 5ce119d

Browse files
committed
Correct mass value
1 parent 15b5794 commit 5ce119d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,7 @@ inline bool HfFilterHelper::isSelectedXiBachBach(T const& trackParCasc, std::arr
25772577
return false;
25782578
}
25792579

2580-
auto ctXiBachBach = RecoDecay::ct(decLenXiBachBach, momXiBachBach, massXiPiPi);
2580+
auto ctXiBachBach = RecoDecay::ct(decLenXiBachBach, momXiBachBach, massXic);
25812581
if (activateQA) {
25822582
hMassVsPtXiPiPi->Fill(ptXiBachBach, massXiPiPi);
25832583
hMassVsCtXiPiPi->Fill(ctXiBachBach, massXiPiPi);

0 commit comments

Comments
 (0)