File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,25 +184,25 @@ bool enabledEstimatorsArray[Estimators::nEstimators];
184184static constexpr int nEstimatorParameters = 1 ;
185185static const std::vector<std::string> parameterEstimatorNames{" Enable" };
186186static 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
208208std::array<std::shared_ptr<TH1 >, Estimators::nEstimators> hestimators;
You can’t perform that action at this time.
0 commit comments