@@ -844,7 +844,6 @@ struct HfTaskFlow {
844844 invmass = hfHelper.invMassD0ToPiK (track1);
845845 }
846846
847-
848847 // From Katarina's code
849848 // in case of MC-generated, do additional selection on MCparticles : charge and isPhysicalPrimary
850849 // if (processMc) {
@@ -1128,7 +1127,6 @@ struct HfTaskFlow {
11281127 // MONTE-CARLO : process same event correlations: TPC-TPC h-h case
11291128 // =====================================
11301129
1131-
11321130 void processSameTpcTpcChChmcREC (FilteredCollisionsWSelMultMC::iterator const & mcCollision,
11331131 TracksWDcaSelMC const & mcTracks)
11341132 {
@@ -1190,9 +1188,9 @@ struct HfTaskFlow {
11901188 // fill correlations for MC collisions that have a reconstructed collision
11911189 // got rid of the second const auto for multPrimaryCharge0
11921190 // This line below for sure induce that some plots are filled two times
1193- // multPrimaryCharge0 = fillTpcTpcChChSameEventQAmc<CorrelationContainer::kCFStepVertex>(multiplicity, mcParticles);
1194- // sameTPCTPCChChMC->fillEvent(multPrimaryCharge0, CorrelationContainer::kCFStepVertex);
1195- // fillCorrelations<CorrelationContainer::kCFStepVertex>(sameTPCTPCChChMC, mcParticles, mcParticles, multPrimaryCharge0, mcCollision.posZ());
1191+ // multPrimaryCharge0 = fillTpcTpcChChSameEventQAmc<CorrelationContainer::kCFStepVertex>(multiplicity, mcParticles);
1192+ // sameTPCTPCChChMC->fillEvent(multPrimaryCharge0, CorrelationContainer::kCFStepVertex);
1193+ // fillCorrelations<CorrelationContainer::kCFStepVertex>(sameTPCTPCChChMC, mcParticles, mcParticles, multPrimaryCharge0, mcCollision.posZ());
11961194 }
11971195 PROCESS_SWITCH (HfTaskFlow, processSameTpcTpcChChmcGEN, " MONTE-CARLO : Process same-event correlations for TPC-TPC h-h case" , true );
11981196
0 commit comments