Skip to content

Commit 36432cf

Browse files
committed
Please consider the following formatting changes
1 parent a63ff98 commit 36432cf

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

PWGCF/GenericFramework/Core/GFW.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFW.h"
13+
1314
#include <cstdio>
14-
#include <utility>
15-
#include <vector>
1615
#include <string>
16+
#include <utility>
17+
#include <vector>
1718

1819
using std::complex;
1920
using std::pair;

PWGCF/GenericFramework/Core/GFW.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818

1919
#include "GFWCumulant.h"
2020
#include "GFWPowerArray.h"
21-
#include <vector>
22-
#include <string>
23-
#include <utility>
21+
2422
#include <algorithm>
2523
#include <complex>
2624
#include <cstdio>
25+
#include <string>
26+
#include <utility>
27+
#include <vector>
2728

2829
class GFW
2930
{

PWGCF/GenericFramework/Core/GFWCumulant.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFWCumulant.h"
13+
1314
#include <vector>
1415

1516
using std::complex;

PWGCF/GenericFramework/Tasks/flowGenericFramework.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ struct FlowGenericFramework {
299299
registry.add("MCGen/before/pt_gen", "", {HistType::kTH1D, {ptAxis}});
300300
registry.add("MCGen/before/phi_eta_vtxZ_gen", "", {HistType::kTH3D, {phiAxis, etaAxis, vtxAxis}});
301301
registry.addClone("MCGen/before/", "MCGen/after/");
302-
if (doprocessOnTheFly)
302+
if (doprocessOnTheFly)
303303
registry.add("MCGen/impactParameter", "", {HistType::kTH2D, {{bAxis, nchAxis}}});
304304
}
305305
if (doprocessMCReco || doprocessData || doprocessRun2) {

0 commit comments

Comments
 (0)