Skip to content

Commit e2d40de

Browse files
committed
Please consider the following formatting changes
1 parent 854dc38 commit e2d40de

File tree

2 files changed

+258
-284
lines changed

2 files changed

+258
-284
lines changed

Common/TableProducer/centralityTable.cxx

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -57,35 +57,35 @@ static constexpr int kNGlobals = 13;
5757
static constexpr int kMFTs = 14;
5858
static constexpr int NTables = 15;
5959
static constexpr int kNParameters = 1;
60-
static const std::vector<std::string> tableNamesCentrality{"CentRun2V0Ms", // 0
61-
"CentRun2V0As", // 1
62-
"CentRun2SPDTrks", // 2
63-
"CentRun2SPDClss", // 3
64-
"CentRun2CL0s", // 4
65-
"CentRun2CL1s", // 5
66-
"CentFV0As", // 6
67-
"CentFT0Ms", // 7
68-
"CentFT0As", // 8
69-
"CentFT0Cs", // 9
70-
"CentFT0CVariant1s", // 10
71-
"CentFDDMs", // 11
72-
"CentNTPVs", // 12
73-
"CentNGlobals", // 13
74-
"CentMFTs"};
60+
static const std::vector<std::string> tableNamesCentrality{"CentRun2V0Ms", // 0
61+
"CentRun2V0As", // 1
62+
"CentRun2SPDTrks", // 2
63+
"CentRun2SPDClss", // 3
64+
"CentRun2CL0s", // 4
65+
"CentRun2CL1s", // 5
66+
"CentFV0As", // 6
67+
"CentFT0Ms", // 7
68+
"CentFT0As", // 8
69+
"CentFT0Cs", // 9
70+
"CentFT0CVariant1s", // 10
71+
"CentFDDMs", // 11
72+
"CentNTPVs", // 12
73+
"CentNGlobals", // 13
74+
"CentMFTs"};
7575
static const std::vector<std::string> tableNamesMultiplicity{"FV0Mults", // 0
76-
"FT0Mults", // 1
77-
"FDDMults", // 2
78-
"ZDCMults", // 3
79-
"TrackletMults", // 4
80-
"TPCMults", // 5
81-
"PVMults", // 6
82-
"MultsExtra", // 7
83-
"MultSelections", // 8
84-
"FV0MultZeqs", // 9
85-
"FT0MultZeqs", // 10
86-
"FDDMultZeqs", // 11
87-
"PVMultZeqs", // 12
88-
"MultMCExtras"}; // 13
76+
"FT0Mults", // 1
77+
"FDDMults", // 2
78+
"ZDCMults", // 3
79+
"TrackletMults", // 4
80+
"TPCMults", // 5
81+
"PVMults", // 6
82+
"MultsExtra", // 7
83+
"MultSelections", // 8
84+
"FV0MultZeqs", // 9
85+
"FT0MultZeqs", // 10
86+
"FDDMultZeqs", // 11
87+
"PVMultZeqs", // 12
88+
"MultMCExtras"}; // 13
8989
static const std::vector<std::string> parameterNames{"Enable"};
9090
static const int defaultParameters[NTables][kNParameters]{{-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}, {-1}};
9191

@@ -107,8 +107,8 @@ struct CentralityTable {
107107
Produces<aod::CentMFTs> centMFTs;
108108
Service<o2::ccdb::BasicCCDBManager> ccdb;
109109
Configurable<LabeledArray<int>> enabledCentralityTables{"enabledCentralityTables",
110-
{defaultParameters[0], NTables, kNParameters, tableNamesCentrality, parameterNames},
111-
"Produce tables depending on needs. Values different than -1 override the automatic setup: the corresponding table can be set off (0) or on (1)"};
110+
{defaultParameters[0], NTables, kNParameters, tableNamesCentrality, parameterNames},
111+
"Produce tables depending on needs. Values different than -1 override the automatic setup: the corresponding table can be set off (0) or on (1)"};
112112
struct : ConfigurableGroup {
113113
Configurable<std::string> ccdbUrl{"ccdbUrl", "http://alice-ccdb.cern.ch", "The CCDB endpoint url address"};
114114
Configurable<std::string> ccdbPath{"ccdbPath", "Centrality/Estimators", "The CCDB path for centrality/multiplicity information"};

0 commit comments

Comments
 (0)