Skip to content

Commit 507f3b8

Browse files
committed
[PWGCF] clang-format fix
1 parent 2a135da commit 507f3b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,17 +233,17 @@ struct RadialFlowDecorr {
233233
const AxisSpec etaBinAxis{KNEta + 1, -0.5, KNEta + 0.5, "#eta bin Number"};
234234
const AxisSpec spBinAxis{KNsp + 1, -KBinOffset, static_cast<float>(KNsp) + KBinOffset, "species index Number"};
235235

236-
const AxisSpec gapAxis{{-1.55, -1.45, -1.35, -1.25, -1.15, -1.05, -0.95, -0.85,
237-
-0.75, -0.65, -0.55, -0.45, -0.35, -0.25, -0.15, -0.05,
236+
const AxisSpec gapAxis{{-1.55, -1.45, -1.35, -1.25, -1.15, -1.05, -0.95, -0.85,
237+
-0.75, -0.65, -0.55, -0.45, -0.35, -0.25, -0.15, -0.05,
238238
0.05, 0.15, 0.25, 0.35, 0.45, 0.55, 0.65, 0.75,
239239
0.85, 0.95, 1.05, 1.15, 1.25, 1.35, 1.45, 1.55},
240-
"Gap"};
240+
"Gap"};
241241

242-
const AxisSpec sumAxis{{-1.55, -1.45, -1.35, -1.25, -1.15, -1.05, -0.95, -0.85,
243-
-0.75, -0.65, -0.55, -0.45, -0.35, -0.25, -0.15, -0.05,
242+
const AxisSpec sumAxis{{-1.55, -1.45, -1.35, -1.25, -1.15, -1.05, -0.95, -0.85,
243+
-0.75, -0.65, -0.55, -0.45, -0.35, -0.25, -0.15, -0.05,
244244
0.05, 0.15, 0.25, 0.35, 0.45, 0.55, 0.65, 0.75,
245245
0.85, 0.95, 1.05, 1.15, 1.25, 1.35, 1.45, 1.55},
246-
"Sum"};
246+
"Sum"};
247247

248248
Configurable<bool> cfgRunMCGetNSig{"cfgRunMCGetNSig", false, "Run MC pass to get mean of Nsig Plots"};
249249
Configurable<bool> cfgRunGetEff{"cfgRunGetEff", false, "Run MC pass to build efficiency/fake maps"};

0 commit comments

Comments
 (0)