We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cee7b commit 519a410Copy full SHA for 519a410
PWGHF/Core/HfHelper.h
@@ -967,8 +967,8 @@ class HfHelper
967
bool selectionLbToLcPiTopol(const T1& candLb, const T2& cuts, const T3& binsPt)
968
{
969
auto ptCandLb = candLb.pt();
970
- auto ptLc = RecoDecay::pt(candLb.pxProng0(), candLb.pyProng0());
971
- auto ptPi = RecoDecay::pt(candLb.pxProng1(), candLb.pyProng1());
+ auto ptLc = candLb.ptProng0();
+ auto ptPi = candLb.ptProng1();
972
973
int pTBin = o2::analysis::findBin(binsPt, ptCandLb);
974
if (pTBin == -1) {
0 commit comments