@@ -169,8 +169,8 @@ void fillMcMatchGen3Prong(T const& mcParticles, U const& mcParticlesPerMcColl, V
169169 o2::hf_decay::changeFinalStatePdgSign (particle.pdgCode (), +kPi0 , finalStateParts);
170170 RecoDecay::getDaughters<false >(particle, &arrAllDaughtersIndex, finalStateParts, maxDepth);
171171 matched = RecoDecay::isMatchedMCGen (mcParticles, particle, motherPdgCode, finalStateParts, true , &sign, -1 );
172- } else if (finalState.size () == 4 ) { // o2-linter: disable=magic-number (Partly Reco 3-prong decays from 4-prong decays)
173- std::array<int , 4 > finalStateParts = std::array{finalState[0 ], finalState[1 ], finalState[2 ], finalState[3 ]};
172+ } else if (finalState.size () == 4 ) { // o2-linter: disable=magic-number (Partly Reco 3-prong decays from 4-prong decays)
173+ std::array<int , 4 > finalStateParts = std::array{finalState[0 ], finalState[1 ], finalState[2 ], finalState[3 ]};
174174 o2::hf_decay::changeFinalStatePdgSign (particle.pdgCode (), +kPi0 , finalStateParts);
175175 RecoDecay::getDaughters<false >(particle, &arrAllDaughtersIndex, finalStateParts, maxDepth);
176176 matched = RecoDecay::isMatchedMCGen (mcParticles, particle, motherPdgCode, finalStateParts, true , &sign, -1 );
@@ -194,8 +194,6 @@ void fillMcMatchGen3Prong(T const& mcParticles, U const& mcParticlesPerMcColl, V
194194 if (std::abs (daughDstar.pdgCode ()) == Pdg::kD0 || std::abs (daughDstar.pdgCode ()) == Pdg::kDPlus ) {
195195 RecoDecay::getDaughters (daughDstar, &arrResoDaughIndex, std::array{0 }, ResoMaxDepth);
196196 break ;
197- } else {
198- LOG (info) << " [matchFinalStateCorrBkgsGen] D* Daughter with PDG code: " << mcParticles.rawIteratorAt (arrResoDaughIndexDStar[iDaug]).pdgCode () << " not recognized." ;
199197 }
200198 }
201199 } else {
0 commit comments