Skip to content

Commit 94c955c

Browse files
committed
Fixed a minor linting error
1 parent ab88f40 commit 94c955c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGCF/MultiparticleCorrelations/Tasks/threeParticleCorrelations.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/// \author Joey Staa <joey.staa@fysik.lu.se>
1515

1616
#include <algorithm>
17+
#include <vector>
1718

1819
#include "Framework/runDataProcessing.h"
1920
#include "Framework/AnalysisTask.h"
@@ -163,7 +164,7 @@ struct ThreeParticleCorrelations {
163164

164165
// Bins of variable width
165166
std::vector<double> fineCentBins = {0.0, 2.0, 4.0, 7.0, 10.0, 15.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 60.0, 70.0, 80.0, 90.0};
166-
167+
167168
// Histograms axes
168169
const AxisSpec centralityAxis{confCentBins};
169170
const AxisSpec fineCentralityAxis{fineCentBins};

0 commit comments

Comments
 (0)