Skip to content

Commit dc2dd3d

Browse files
authored
Please consider the following formatting changes (#497)
1 parent 2cb2ff9 commit dc2dd3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Common/Tools/Multiplicity/macros/runCalibration.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111
//
1212
/// \file saveCorrelation.C
13-
/// \brief
13+
/// \brief
1414
/// \author ALICE
1515

1616
#include <iostream>

Common/Tools/Multiplicity/macros/runGlauberFit.C

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111
//
1212
/// \file saveCorrelation.C
13-
/// \brief
13+
/// \brief
1414
/// \author ALICE
1515

1616
#include "multCalibrator.h"
@@ -141,8 +141,8 @@ int runGlauberFit(TString lInputFileName = "AnalysisResultsLHC24ar.root", TStrin
141141
Double_t fractionOfMax = 0.012;
142142
Double_t lFitRange = fractionOfMax * GetBoundaryForPercentile(hV0Mfine, maxPercent);
143143

144-
// adjust if low mult (Ntracks, typically)
145-
Double_t maxRangeForTracks= 10000;
144+
// adjust if low mult (Ntracks, typically)
145+
Double_t maxRangeForTracks = 10000;
146146
Double_t fractionOfMaxBroader = 0.02;
147147
if (lFitRangeMax < maxRangeForTracks)
148148
lFitRange = fractionOfMaxBroader * GetBoundaryForPercentile(hV0Mfine, maxPercent);

Common/Tools/Multiplicity/macros/saveCorrelation.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// In applying this license CERN does not waive the privileges and immunities
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
11-
//
11+
//
1212
/// \file saveCorrelation.C
1313
/// \brief This file provides a simple macro to convert TGlauberMC output tuples
1414
/// into the 2D correlation histogram necessary for the ALICE machinery

0 commit comments

Comments
 (0)