We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c48f27 commit 63f26cfCopy full SHA for 63f26cf
PWGHF/TableProducer/candidateCreatorXic0Omegac0.cxx
@@ -843,7 +843,7 @@ struct HfCandidateCreatorXic0Omegac0 {
843
continue;
844
kfOmegac0Candidate.chi2GeoCasc = kfOmega.GetChi2();
845
kfOmegac0Candidate.cascRejectInvmass = massCascrej;
846
- registry.fill(HIST("hInvMassXiMinusrej"), massCascrej); // rej
+ registry.fill(HIST("hInvMassXiMinus_rej"), massCascrej); // rej
847
KFParticle kfOmegaMassConstrained = kfOmega;
848
kfOmegaMassConstrained.SetNonlinearMassConstraint(o2::constants::physics::MassOmegaMinus); // set mass constrain to OmegaMinus
849
if (kfUseCascadeMassConstraint) {
0 commit comments