Skip to content

Commit b4f972f

Browse files
committed
Fixed O2Linter
1 parent ca389e4 commit b4f972f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/corrFit.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
/// \file CorrFit.cxx
12+
/// \file corrFit.cxx
1313
/// \brief Ultra long range correlation using forward FIT detectors and TPC, with foxus on multiplicity dependence
1414
/// \author Thor Jensen (thor.kjaersgaard.jensen@cern.ch)
1515

@@ -160,7 +160,7 @@ struct CorrFit {
160160
SliceCache cache;
161161

162162
ConfigurableAxis axisVertex{"axisVertex", {10, -10, 10}, "vertex axis for histograms"};
163-
ConfigurableAxis axisMult{"axisMultiplicity", {10, 0, 100}, "multiplicity axis for histograms"};
163+
ConfigurableAxis axisMult{"axisMult", {10, 0, 100}, "multiplicity axis for histograms"};
164164
ConfigurableAxis axisEta{"axisEta", {40, -1., 1.}, "eta axis for histograms"};
165165
ConfigurableAxis axisPhi{"axisPhi", {72, 0.0, constants::math::TwoPI}, "phi axis for histograms"};
166166
ConfigurableAxis axisPt{"axisPt", {VARIABLE_WIDTH, 0.5, 1.0, 1.5, 2.0, 3.0, 4.0, 6.0, 10.0}, "pt axis for histograms"};

0 commit comments

Comments
 (0)