Skip to content

Commit f62a908

Browse files
committed
Please consider the following formatting changes
1 parent 241d713 commit f62a908

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
@@ -145,25 +145,25 @@ struct Estimators {
145145
static constexpr estID nEstimators = 20;
146146

147147
static constexpr std::array<const char*, nEstimators> estimatorNames{"FT0A",
148-
"FT0C",
149-
"FT0AC",
150-
"FV0A",
151-
"FDDA",
152-
"FDDC",
153-
"FDDAC",
154-
"ZNA",
155-
"ZNC",
156-
"ZEM1",
157-
"ZEM2",
158-
"ZPA",
159-
"ZPC",
160-
"ITSIB",
161-
"ETA05",
162-
"ETA08",
163-
"V0A",
164-
"V0C",
165-
"V0AC",
166-
"ImpactParameter"};
148+
"FT0C",
149+
"FT0AC",
150+
"FV0A",
151+
"FDDA",
152+
"FDDC",
153+
"FDDAC",
154+
"ZNA",
155+
"ZNC",
156+
"ZEM1",
157+
"ZEM2",
158+
"ZPA",
159+
"ZPC",
160+
"ITSIB",
161+
"ETA05",
162+
"ETA08",
163+
"V0A",
164+
"V0C",
165+
"V0AC",
166+
"ImpactParameter"};
167167
static std::vector<std::string> arrayNames()
168168
{
169169
static std::vector<std::string> names;

0 commit comments

Comments
 (0)