File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -417,11 +417,7 @@ struct HfTaskCharmHadronsV0FemtoDream {
417417 if (p1.childrenIds ()[0 ] == p2.prong0Id () || p1.childrenIds ()[0 ] == p2.prong1Id () || p1.childrenIds ()[1 ] == p2.prong0Id () || p1.childrenIds ()[1 ] == p2.prong1Id ()) {
418418 continue ;
419419 }
420- } else if constexpr (Channel == DecayChannel::LcToPKPi || Channel == DecayChannel::DplusToPiKPi) {
421- if (p1.childrenIds ()[0 ] == p2.prong0Id () || p1.childrenIds ()[0 ] == p2.prong1Id () || p1.childrenIds ()[0 ] == p2.prong2Id () || p1.childrenIds ()[1 ] == p2.prong0Id () || p1.childrenIds ()[1 ] == p2.prong1Id () || p1.childrenIds ()[1 ] == p2.prong2Id ()) {
422- continue ;
423- }
424- } else if constexpr (Channel == DecayChannel::DstarToD0Pi) {
420+ } else if constexpr (Channel == DecayChannel::LcToPKPi || Channel == DecayChannel::DplusToPiKPi || Channel == DecayChannel::DstarToD0Pi) {
425421 if (p1.childrenIds ()[0 ] == p2.prong0Id () || p1.childrenIds ()[0 ] == p2.prong1Id () || p1.childrenIds ()[0 ] == p2.prong2Id () || p1.childrenIds ()[1 ] == p2.prong0Id () || p1.childrenIds ()[1 ] == p2.prong1Id () || p1.childrenIds ()[1 ] == p2.prong2Id ()) {
426422 continue ;
427423 }
You can’t perform that action at this time.
0 commit comments