Skip to content

Commit 28caba2

Browse files
committed
Remove logs
1 parent df773a0 commit 28caba2

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

‎PWGHF/TableProducer/candidateCreator3Prong.cxx‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
}

‎PWGHF/TableProducer/derivedDataCreatorDplusToPiKPi.cxx‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ struct HfDerivedDataCreatorDplusToPiKPi {
243243
TracksWPid const&,
244244
aod::BCs const&)
245245
{
246-
LOG(info) << "IsMc:" << IsMc;
247-
LOG(info) << "Processing candidates for collisions with size: " << collisions.size() << " and candidates with size: " << candidates.size();
248246
// Fill collision properties
249247
if constexpr (IsMc) {
250248
if (confDerData.fillMcRCollId) {

0 commit comments

Comments
 (0)