From 3f6f2607fe94dbd16607790b9df0e9c6c9d4b4cb Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 3 Sep 2025 10:48:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/flowSP.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGCF/Flow/Tasks/flowSP.cxx b/PWGCF/Flow/Tasks/flowSP.cxx index 707cac9f43c..cf721e260a0 100644 --- a/PWGCF/Flow/Tasks/flowSP.cxx +++ b/PWGCF/Flow/Tasks/flowSP.cxx @@ -1497,9 +1497,9 @@ struct FlowSP { fillMCPtHistos(track, mcParticle.pdgCode(), centrality); - if (!mcParticle.isPhysicalPrimary()) - continue; - + if (!mcParticle.isPhysicalPrimary()) + continue; + bool pos = (track.sign() > 0) ? true : false; fillPrimaryHistos(mcParticle, centrality);