Skip to content

Commit eff5fb5

Browse files
Update candidateCreatorLbReduced.cxx
1 parent ac18881 commit eff5fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/TableProducer/candidateCreatorLbReduced.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ struct HfCandidateCreatorLbReduced {
207207
pVecLc[0], pVecLc[1], pVecLc[2],
208208
pVecPion[0], pVecPion[1], pVecPion[2],
209209
dcaLc.getY(), dcaPion.getY(),
210-
std::sqrt(dcaLc.getSigmaY2()), std::sqrt(dcaPion.getSigmaY2()), candLc.globalIndex(), trackPion.globalIndex(), -999.);
210+
std::sqrt(dcaLc.getSigmaY2()), std::sqrt(dcaPion.getSigmaY2()));
211211

212212
rowCandidateProngs(candLc.globalIndex(), trackPion.globalIndex());
213213

@@ -302,7 +302,7 @@ struct HfCandidateCreatorLbReducedExpressions {
302302
for (const auto& candLb : candsLb) {
303303
bool filledMcInfo{false};
304304
for (const auto& rowLcPiMcRec : rowsLcPiMcRec) {
305-
if ((rowLcPiMcRec.prong0LcId() != candLb.prong0LcId()) || (rowLcPiMcRec.prong1TrackId() != candLb.prong1TrackId())) {
305+
if ((rowLcPiMcRec.prong0Id() != candLb.prong0Id()) || (rowLcPiMcRec.prong1Id() != candLb.prong1Id())) {
306306
continue;
307307
}
308308
rowLbMcRec(rowLcPiMcRec.flagMcMatchRec(), rowLcPiMcRec.flagWrongCollision(), rowLcPiMcRec.debugMcRec(), rowLcPiMcRec.ptMother());

0 commit comments

Comments
 (0)