From c4d33f90034934949e6148ca346518a33e6ff4b5 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 9 Feb 2026 17:23:50 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx index a03b0f197fe..ec9f4169531 100644 --- a/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx +++ b/PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx @@ -179,7 +179,7 @@ struct jEPFlowAnalysis { ccdbApi.init("http://alice-ccdb.cern.ch"); ccdb->setCaching(true); ccdb->setLocalObjectValidityChecking(); - ccdb->setCreatedNotAfter(std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count()); + ccdb->setCreatedNotAfter(std::chrono::duration_cast(std::chrono::system_clock::now().time_since_epoch()).count()); detId = getdetId(cfgDetName); refAId = getdetId(cfgRefAName); @@ -291,9 +291,10 @@ struct jEPFlowAnalysis { float weight = 1.0; for (const auto& track : tracks) { - if (trackSel(track)) continue; + if (trackSel(track)) + continue; if (cfgEffCor) { - weight /= getEfficiencyCorrection(effMap, track.eta(), track.pt(), cent, coll.posZ()); + weight /= getEfficiencyCorrection(effMap, track.eta(), track.pt(), cent, coll.posZ()); } float vn = std::cos((i + 2) * (track.phi() - eps[0]));