@@ -1053,7 +1053,6 @@ struct HfCandidateCreator3ProngExpressions {
10531053 McCollisions const & mcCollisions,
10541054 BCsInfo const &)
10551055 {
1056- LOG (info) << " Running MC matching for 3-prong candidates" ;
10571056 rowCandidateProng3->bindExternalIndices (&tracks);
10581057
10591058 int indexRec = -1 ;
@@ -1103,7 +1102,6 @@ struct HfCandidateCreator3ProngExpressions {
11031102 }
11041103
11051104 if (matchCorrelatedBackground) {
1106- LOG (info) << " Matching correlated background candidates" ;
11071105 indexRec = -1 ; // Index of the matched reconstructed candidate
11081106 constexpr int DepthMainMax = 2 ; // Depth for final state matching
11091107 constexpr int DepthResoMax = 1 ; // Depth for resonant decay matching
@@ -1359,13 +1357,11 @@ struct HfCandidateCreator3ProngExpressions {
13591357 }
13601358 if (origin == RecoDecay::OriginType::NonPrompt) {
13611359 auto bHadMother = mcParticles.rawIteratorAt (idxBhadMothers[0 ]);
1362- LOG (info) << " flagChannelMain: " << static_cast <int >(flagChannelMain) << " , origin: " << static_cast <int >(origin) << " , swapping: " << static_cast <int >(swapping) << " , resonant channel: " << static_cast <int >(flagChannelResonant);
13631360 rowMcMatchRec (flagChannelMain, origin, swapping, flagChannelResonant, bHadMother.pt (), bHadMother.pdgCode (), nKinkedTracks, nInteractionsWithMaterial);
13641361 } else {
13651362 if (std::abs (flagChannelMain) == DecayChannelMain::CDeuteronToDeKPi) {
13661363 origin = RecoDecay::OriginType::Prompt;
13671364 }
1368- LOG (info) << " flagChannelMain: " << static_cast <int >(flagChannelMain) << " , origin: " << static_cast <int >(origin) << " , swapping: " << static_cast <int >(swapping) << " , resonant channel: " << static_cast <int >(flagChannelResonant);
13691365 rowMcMatchRec (flagChannelMain, origin, swapping, flagChannelResonant, -1 .f , 0 , nKinkedTracks, nInteractionsWithMaterial);
13701366 }
13711367 }
0 commit comments