Skip to content

Commit 6d836de

Browse files
committed
Use scalers instead of selections in Zorro accounting
1 parent fa4f2d2 commit 6d836de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Core/Zorro.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ std::vector<int> Zorro::initCCDB(o2::ccdb::BasicCCDBManager* ccdb, int runNumber
210210
mZorroSummary.setupTOIs(mTOIs.size(), mTOIs);
211211
std::vector<double> toiCounters(mTOIs.size(), 0.);
212212
for (size_t i{0}; i < mTOIs.size(); ++i) {
213-
toiCounters[i] = mSelections->GetBinContent(mTOIidx[i] + 2);
213+
toiCounters[i] = mScalers->GetBinContent(mTOIidx[i] + 2);
214214
}
215215
mZorroSummary.setupRun(runNumber, mInspectedTVX->GetBinContent(1), toiCounters);
216216

0 commit comments

Comments
 (0)