Skip to content

Commit e85db0f

Browse files
authored
Please consider the following formatting changes (#422)
1 parent 8bf3e30 commit e85db0f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Common/Tools/MultModule.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ static const std::vector<std::string> tableNames{
7878
"CentFDDMs",
7979
"CentNTPVs",
8080
"CentNGlobals",
81-
"CentMFTs",
82-
"BCCentFT0Ms",
83-
"BCCentFT0As",
81+
"CentMFTs",
82+
"BCCentFT0Ms",
83+
"BCCentFT0As",
8484
"BCCentFT0Cs"};
8585

8686
static constexpr int nTablesConst = 35;
@@ -159,7 +159,7 @@ enum tableIndex { kFV0Mults, // standard
159159
kCentNTPVs, // standard Run 3
160160
kCentNGlobals, // requires track selection task
161161
kCentMFTs, // requires MFT task
162-
kBCCentFT0Ms, // bc centrality
162+
kBCCentFT0Ms, // bc centrality
163163
kBCCentFT0As, // bc centrality
164164
kBCCentFT0Cs, // bc centrality
165165
kNTables };
@@ -952,10 +952,10 @@ class MultModule
952952
populateTable(cursors.centMFTs, mftInfo, mults[iEv].multMFTTracks, isInelGt0);
953953
}
954954

955-
// populate centralities per BC
955+
// populate centralities per BC
956956
for (size_t ibc = 0; ibc < bcs.size(); ibc++) {
957-
float bcMultFT0A = 0;
958-
float bcMultFT0C = 0;
957+
float bcMultFT0A = 0;
958+
float bcMultFT0C = 0;
959959

960960
const auto& bc = bcs.rawIteratorAt(ibc);
961961
if (bc.has_foundFT0()) {
@@ -969,7 +969,7 @@ class MultModule
969969
}
970970

971971
if (internalOpts.mEnabledTables[kBCCentFT0Ms])
972-
populateTable(cursors.bcCentFT0M, ft0mInfo, bcMultFT0A+bcMultFT0C, true);
972+
populateTable(cursors.bcCentFT0M, ft0mInfo, bcMultFT0A + bcMultFT0C, true);
973973
if (internalOpts.mEnabledTables[kBCCentFT0As])
974974
populateTable(cursors.bcCentFT0A, ft0aInfo, bcMultFT0A, true);
975975
if (internalOpts.mEnabledTables[kBCCentFT0Cs])

0 commit comments

Comments
 (0)