Skip to content

Commit ee475e5

Browse files
cterrevofgrosa
andauthored
Update PWGHF/D2H/Tasks/taskXic.cxx
Co-authored-by: Fabrizio <fabrizio.grosa@cern.ch>
1 parent fc395ef commit ee475e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskXic.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ struct HfTaskXic {
499499
/// Fill the ML outputScores and variables of candidate (todo: add multiplicity)
500500
registry.get<THnSparse>(HIST("hnXicVarsWithBdt"))->Fill(massXicToPKPi, ptCandidate, outputBkg, outputPrompt, outputFD, origin);
501501
} else {
502-
registry.get<THnSparse>(HIST("hnXicVars"))->Fill(massXicToPiKP, ptCandidate, candidate.chi2PCA(), candidate.decayLength(), candidate.decayLengthXY(), candidate.cpa(), origin);
502+
registry.get<THnSparse>(HIST("hnXicVars"))->Fill(massXicToPKPi, ptCandidate, candidate.chi2PCA(), candidate.decayLength(), candidate.decayLengthXY(), candidate.cpa(), origin);
503503
}
504504
}
505505
if ((candidate.isSelXicToPiKP() >= selectionFlagXic) && pdgCodeProng0 == kPiPlus) {

0 commit comments

Comments
 (0)