Skip to content

Commit 63f26cf

Browse files
authored
[PWGHF] Fix a name error (#9674)
1 parent 6c48f27 commit 63f26cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ struct HfCandidateCreatorXic0Omegac0 {
843843
continue;
844844
kfOmegac0Candidate.chi2GeoCasc = kfOmega.GetChi2();
845845
kfOmegac0Candidate.cascRejectInvmass = massCascrej;
846-
registry.fill(HIST("hInvMassXiMinusrej"), massCascrej); // rej
846+
registry.fill(HIST("hInvMassXiMinus_rej"), massCascrej); // rej
847847
KFParticle kfOmegaMassConstrained = kfOmega;
848848
kfOmegaMassConstrained.SetNonlinearMassConstraint(o2::constants::physics::MassOmegaMinus); // set mass constrain to OmegaMinus
849849
if (kfUseCascadeMassConstraint) {

0 commit comments

Comments
 (0)