Skip to content

Commit 168876d

Browse files
authored
Merge pull request AliceO2Group#7 from alibuild/alibot-cleanup-7802
Please consider the following formatting changes to AliceO2Group#7802
2 parents 7061aa9 + b000230 commit 168876d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

PWGHF/HFC/Tasks/taskFlow.cxx

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

Comments
 (0)