@@ -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