Skip to content

Commit a7c6458

Browse files
committed
Remove debug logs
1 parent cb0a91c commit a7c6458

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

PWGHF/HFC/TableProducer/producerCharmHadronsTrackFemtoDream.cxx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -628,11 +628,7 @@ struct HfProducerCharmHadronsTrackFemtoDream {
628628
} else if constexpr (Channel == DecayChannel::DstarToD0Pi) {
629629
rowCandCharmDstar.reserve(rowCandCharmDstar.lastIndex() + sizeCand + 1);
630630
}
631-
if (sizeCand > 0) {
632-
LOGP(info, "Last index {} candidate size {}, reserved memory {}", rowCandCharm3Prong.lastIndex(), sizeCand, rowCandCharm3Prong.lastIndex() + sizeCand + 1);
633-
}
634631

635-
int iCand{0};
636632
for (const auto& candidate : candidates) {
637633
outputMlD0 = {-1.0f, -1.0f, -1.0f};
638634
outputMlD0bar = {-1.0f, -1.0f, -1.0f};
@@ -642,7 +638,6 @@ struct HfProducerCharmHadronsTrackFemtoDream {
642638
outputMlPiKP = {-1.0f, -1.0f, -1.0f};
643639
auto trackPos1 = candidate.template prong0_as<TrackType>(); // positive daughter (negative for the antiparticles)
644640
auto trackNeg = candidate.template prong1_as<TrackType>(); // negative daughter (positive for the antiparticles)
645-
LOGP(info, "Filling candidate number {}", iCand);
646641

647642
auto bc = col.template bc_as<aod::BCsWithTimestamps>();
648643
int64_t timeStamp = bc.timestamp();
@@ -863,7 +858,6 @@ struct HfProducerCharmHadronsTrackFemtoDream {
863858
}
864859
fillTable(2, candidate.isSelDstarToD0Pi(), outputMlDstar.at(0), outputMlDstar.at(1), outputMlDstar.at(2));
865860
}
866-
iCand++;
867861
}
868862
isTrackFilled = fillTracksForCharmHadron<IsMc>(col, tracks);
869863

0 commit comments

Comments
 (0)