From 06d456ec77c9f15a1a04612e78f13458aa5906b0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 8 Oct 2024 08:22:03 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/Tasks/taskFlow.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PWGHF/HFC/Tasks/taskFlow.cxx b/PWGHF/HFC/Tasks/taskFlow.cxx index e0665af0729..b6b43452e05 100644 --- a/PWGHF/HFC/Tasks/taskFlow.cxx +++ b/PWGHF/HFC/Tasks/taskFlow.cxx @@ -717,7 +717,7 @@ struct HfTaskFlow { TParticlePDG* pdgparticle = pdg->GetParticle(mcParticles.pdgCode()); if (pdgparticle != nullptr) { if (pdgparticle->Charge() == 0) { - return false; + return false; } } @@ -839,7 +839,6 @@ struct HfTaskFlow { invmass = hfHelper.invMassD0ToPiK(track1); } - // From Katarina's code // in case of MC-generated, do additional selection on MCparticles : charge and isPhysicalPrimary // if (processMc) { @@ -1123,7 +1122,6 @@ struct HfTaskFlow { // MONTE-CARLO : process same event correlations: TPC-TPC h-h case // ===================================== - void processSameTpcTpcChChmcREC(FilteredCollisionsWSelMultMC::iterator const& mcCollision, TracksWDcaSelMC const& mcTracks) {