From e5818db9114c9e6a1d6749f9c6b6d12ea7e3e4dd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 8 May 2025 12:29:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowSP.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index 117dc006bc7..58b0b2955c1 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -416,7 +416,7 @@ struct FlowSP { } registry.addClone("QA/after/", "QA/before/"); - + if (cfgFillChargeDependence) { registry.addClone("incl/", "pos/"); registry.addClone("incl/", "neg/"); @@ -999,7 +999,7 @@ struct FlowSP { } } - template < ModeType md, typename McParticleObject> + template inline void fillPrimaryHistos(McParticleObject mcparticle) { static constexpr std::string_view Time[] = {"before/", "after/"}; @@ -1009,7 +1009,6 @@ struct FlowSP { } else { registry.fill(HIST("trackMCReco") + HIST() + HIST("/hIsPhysicalPrimary"), 1); } - } void processData(UsedCollisions::iterator const& collision, aod::BCsWithTimestamps const&, UsedTracks const& tracks) @@ -1078,11 +1077,11 @@ struct FlowSP { } if (centrality > cfgCentMax || centrality < cfgCentMin) - return; + return; registry.fill(HIST("hEventCount"), evSel_CentCuts); - if (cfgFillQAHistos) + if (cfgFillQAHistos) fillEventQA(collision, tracks); double corrQQ = 1., corrQQx = 1., corrQQy = 1.;