Skip to content

Commit 2ee318d

Browse files
authored
Merge pull request #23 from alibuild/alibot-cleanup-11870
[PWGCF] Please consider the following formatting changes to AliceO2Group#11870
2 parents f09c112 + 1851605 commit 2ee318d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/GenericFramework/Tasks/flowGfwLightIons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ struct FlowGfwLightIons {
256256
std::sort(o2::analysis::gfw::firstRunsOfFill.begin(), o2::analysis::gfw::firstRunsOfFill.end());
257257
}
258258
firstRunOfCurrentFill = o2::analysis::gfw::firstRunsOfFill.begin();
259-
259+
260260
AxisSpec phiAxis = {o2::analysis::gfw::phibins, o2::analysis::gfw::philow, o2::analysis::gfw::phiup, "#phi"};
261261
AxisSpec etaAxis = {o2::analysis::gfw::etabins, -cfgEta, cfgEta, "#eta"};
262262
AxisSpec vtxAxis = {o2::analysis::gfw::vtxZbins, -cfgVtxZ, cfgVtxZ, "Vtx_{z} (cm)"};
@@ -1235,7 +1235,7 @@ struct FlowGfwLightIons {
12351235
auto groupedTracks = tracks.sliceBy(perCollision, collision.globalIndex());
12361236
numberOfTracks.emplace_back(groupedTracks.size());
12371237
}
1238-
1238+
12391239
const XAxis xaxis{centrality, numberOfTracks[0], -1.0};
12401240
int run = 0;
12411241
processCollision<kGen>(mcCollision, particles, xaxis, run);

0 commit comments

Comments
 (0)