Skip to content

Commit fc395ef

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

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
@@ -497,7 +497,7 @@ struct HfTaskXic {
497497
outputFD = candidate.mlProbXicToPKPi()[2]; /// non-prompt score
498498
}
499499
/// Fill the ML outputScores and variables of candidate (todo: add multiplicity)
500-
registry.get<THnSparse>(HIST("hnXicVarsWithBdt"))->Fill(massXicToPiKP, ptCandidate, outputBkg, outputPrompt, outputFD, origin);
500+
registry.get<THnSparse>(HIST("hnXicVarsWithBdt"))->Fill(massXicToPKPi, ptCandidate, outputBkg, outputPrompt, outputFD, origin);
501501
} else {
502502
registry.get<THnSparse>(HIST("hnXicVars"))->Fill(massXicToPiKP, ptCandidate, candidate.chi2PCA(), candidate.decayLength(), candidate.decayLengthXY(), candidate.cpa(), origin);
503503
}

0 commit comments

Comments
 (0)