Skip to content

Commit 312cac7

Browse files
committed
Fix order of arguments
1 parent 051c8b8 commit 312cac7

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

0 commit comments

Comments
 (0)