Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/D2H/Tasks/taskOmegac0ToOmegapi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct HfTaskOmegac0ToOmegapi {
if (doprocessMcWithKFParticle || doprocessMcWithKFParticleMl) {
axes.push_back(thnAxisPtB);
axes.push_back(thnAxisOrigin);
axes.push_back(thnAxisMatchFlag);
axes.push_back(thnAxisMatchFlag);
axes.push_back(thnAxisNumPvContr);
}
if (applyMl) {
Expand Down
2 changes: 1 addition & 1 deletion PWGHF/DataModel/CandidateReconstructionTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ enum DecayType { XiczeroToXiPi = 0,
OmegaczeroToXiPi,
OmegaczeroToOmegaPi,
OmegaczeroToOmegaK,
OmegaczeroToOmegaPiOneMu};
OmegaczeroToOmegaPiOneMu };

} // end of namespace hf_cand_xic0_omegac0

Expand Down
Loading
Loading