Skip to content
Closed
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
12 changes: 6 additions & 6 deletions PWGHF/TableProducer/treeCreatorOmegacSt.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,12 @@ struct HfTreeCreatorOmegacSt {
bool isMatched = false;
static constexpr std::size_t NDaughters{2u};
const CHANNEL_TYPES = {
ANY: 0,
XIC_TO_XI_PI: 1,
XIC_TO_OMEGA_KA: 2,
OMEGAC_TO_OMEGA_PI: 3,
OMEGAC_TO_OMEGA_KA: 4,
OMEGAC_TO_XI_PI: 5
ANY : 0,
XIC_TO_XI_PI : 1,
XIC_TO_OMEGA_KA : 2,
OMEGAC_TO_OMEGA_PI : 3,
OMEGAC_TO_OMEGA_KA : 4,
OMEGAC_TO_XI_PI : 5
};

void processMc(aod::McCollisions const&,
Expand Down
Loading