@@ -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
8686static 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