Skip to content

Commit 8a66b1b

Browse files
committed
Fix Bs table creation
1 parent ceb4a1c commit 8a66b1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/D2H/TableProducer/candidateCreatorBToJpsiReduced.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,9 @@ struct HfCandidateCreatorBToJpsiReduced {
343343
errorDecayLength, errorDecayLengthXY,
344344
chi2PCA,
345345
pVecDauPos[0], pVecDauPos[1], pVecDauPos[2],
346-
pVecDauNeg[0], pVecDauNeg[1], pVecDauPos[2],
346+
pVecDauNeg[0], pVecDauNeg[1], pVecDauNeg[2],
347347
pVecTrackLf0[0], pVecTrackLf0[1], pVecTrackLf0[2],
348-
pVecTrackLf1[0], pVecTrackLf1[1], pVecTrackLf0[2],
348+
pVecTrackLf1[0], pVecTrackLf1[1], pVecTrackLf1[2],
349349
dcaDauPos.getY(), dcaDauNeg.getY(), dcaTrackLf0.getY(), dcaTrackLf1.getY(),
350350
std::sqrt(dcaDauPos.getSigmaY2()), std::sqrt(dcaDauNeg.getSigmaY2()), std::sqrt(dcaTrackLf0.getSigmaY2()), std::sqrt(dcaTrackLf1.getSigmaY2()));
351351
rowCandidateBsProngs(candJpsi.globalIndex(), trackLf0.globalIndex(), trackLf1.globalIndex());

0 commit comments

Comments
 (0)