File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments