Skip to content

Commit dae26e3

Browse files
committed
Please consider the following formatting changes
1 parent d4a06da commit dae26e3

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -184,25 +184,25 @@ bool enabledEstimatorsArray[Estimators::nEstimators];
184184
static constexpr int nEstimatorParameters = 1;
185185
static const std::vector<std::string> parameterEstimatorNames{"Enable"};
186186
static const int defaultEstimators[Estimators::nEstimators][nEstimatorParameters]{{0}, // FT0A
187-
{0}, // FT0C
188-
{1}, // FT0AC
189-
{0}, // FV0A
190-
{0}, // FDDA
191-
{0}, // FDDC
192-
{0}, // FDDAC
193-
{0}, // ZNA
194-
{0}, // ZNC
195-
{0}, // ZEM1
196-
{0}, // ZEM2
197-
{0}, // ZPA
198-
{0}, // ZPC
199-
{0}, // ITSIB
200-
{0}, // ETA05
201-
{0}, // ETA08
202-
{0}, // V0A (Run2)
203-
{0}, // V0C (Run2)
204-
{0}, // V0AC (Run2 V0M)
205-
{0}}; // ImpactParamter
187+
{0}, // FT0C
188+
{1}, // FT0AC
189+
{0}, // FV0A
190+
{0}, // FDDA
191+
{0}, // FDDC
192+
{0}, // FDDAC
193+
{0}, // ZNA
194+
{0}, // ZNC
195+
{0}, // ZEM1
196+
{0}, // ZEM2
197+
{0}, // ZPA
198+
{0}, // ZPC
199+
{0}, // ITSIB
200+
{0}, // ETA05
201+
{0}, // ETA08
202+
{0}, // V0A (Run2)
203+
{0}, // V0C (Run2)
204+
{0}, // V0AC (Run2 V0M)
205+
{0}}; // ImpactParamter
206206

207207
// Histograms
208208
std::array<std::shared_ptr<TH1>, Estimators::nEstimators> hestimators;

0 commit comments

Comments
 (0)