Skip to content

Commit b67eb57

Browse files
committed
Fix namespace.
1 parent d4c920e commit b67eb57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGHF/TableProducer/treeCreatorSigmacCorrBkg.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ struct HfTreeCreatorSigmacCorrBkg {
147147

148148
/// tag immediately the Σc0,++(2455) and Σc0,++(2520) signal
149149
auto flagMcDecayChanScAbs = std::abs(candidateSc.flagMcMatchRec());
150-
bool const isTrueSigmac0 = (flagMcDecayChanScAbs == aod::hf_decay::hf_cand_sigmac::DecayChannelMain::Sc0ToPKPiPi);
151-
bool const isTrueSigmacPlusPlus = (flagMcDecayChanScAbs == aod::hf_decay::hf_cand_sigmac::DecayChannelMain::ScplusplusToPKPiPi);
152-
bool const isTrueSigmacStar0 = (flagMcDecayChanScAbs == aod::hf_decay::hf_cand_sigmac::DecayChannelMain::ScStar0ToPKPiPi);
153-
bool const isTrueSigmacStarPlusPlus = (flagMcDecayChanScAbs == aod::hf_decay::hf_cand_sigmac::DecayChannelMain::ScStarPlusPlusToPKPiPi);
150+
bool const isTrueSigmac0 = (flagMcDecayChanScAbs == o2::hf_decay::hf_cand_sigmac::DecayChannelMain::Sc0ToPKPiPi);
151+
bool const isTrueSigmacPlusPlus = (flagMcDecayChanScAbs == o2::hf_decay::hf_cand_sigmac::DecayChannelMain::ScplusplusToPKPiPi);
152+
bool const isTrueSigmacStar0 = (flagMcDecayChanScAbs == o2::hf_decay::hf_cand_sigmac::DecayChannelMain::ScStar0ToPKPiPi);
153+
bool const isTrueSigmacStarPlusPlus = (flagMcDecayChanScAbs == o2::hf_decay::hf_cand_sigmac::DecayChannelMain::ScStarPlusPlusToPKPiPi);
154154
if (isTrueSigmac0) {
155155
/// fill the output for the signal
156156
fillTable(candidateSc, candLcDauSc, o2::constants::physics::Pdg::kSigmaC0);

0 commit comments

Comments
 (0)