File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1126,8 +1126,8 @@ struct HfCandidateCreator3ProngExpressions {
11261126 if (indexRec > -1 ) {
11271127 flagChannelMain = sign * channelMain;
11281128
1129- // / swapping for D+, Ds->Kpipi and Lc ->pKpi
1130- if (std::abs (flagChannelMain) == DecayChannelMain::DplusToPiKK || std::abs (flagChannelMain) == DecayChannelMain::DsToPiKK || std::abs (flagChannelMain) == DecayChannelMain::LcToPKPi) {
1129+ // / swapping for D+, Ds->Kpipi; Lc, Xic ->pKpi
1130+ if (std::abs (flagChannelMain) == DecayChannelMain::DplusToPiKK || std::abs (flagChannelMain) == DecayChannelMain::DsToPiKK || std::abs (flagChannelMain) == DecayChannelMain::LcToPKPi || std::abs (flagChannelMain) == DecayChannelMain::XicToPKPi ) {
11311131 if (arrayDaughters[0 ].has_mcParticle ()) {
11321132 swapping = static_cast <int8_t >(std::abs (arrayDaughters[0 ].mcParticle ().pdgCode ()) == kPiPlus );
11331133 }
You can’t perform that action at this time.
0 commit comments