From 6d95799ea142b5952c61d6ce4675a7bb075af526 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 10 May 2024 05:29:05 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Flow/Tasks/FlowGFWPbPb.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/PWGCF/Flow/Tasks/FlowGFWPbPb.cxx b/PWGCF/Flow/Tasks/FlowGFWPbPb.cxx index db785322df2..316a3bab2ae 100644 --- a/PWGCF/Flow/Tasks/FlowGFWPbPb.cxx +++ b/PWGCF/Flow/Tasks/FlowGFWPbPb.cxx @@ -412,7 +412,6 @@ struct FlowGFWPbPb { registry.fill(HIST("hEventCount"), 3.5); - // track weights float weff = 1, wacc = 1; int Magnetfield = 0; @@ -433,7 +432,6 @@ struct FlowGFWPbPb { if (!setCurrentParticleWeights(weff, wacc, track.phi(), track.eta(), track.pt(), vtxz)) continue; - bool WithinPtRef = (cfgCutPtMin < track.pt()) && (track.pt() < cfgCutPtMax); // within RF pT range registry.fill(HIST("hPt"), track.pt()); @@ -454,8 +452,7 @@ struct FlowGFWPbPb { registry.fill(HIST("cent_vs_Nch"), cent, Ntot); - } // End of track loop - + } // End of track loop // Filling c22 with ROOT TProfile FillProfile(corrconfigs.at(0), HIST("c22"), cent);