We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52ef9f commit faa948aCopy full SHA for faa948a
Common/TableProducer/eventSelection.cxx
@@ -1326,7 +1326,7 @@ struct LumiTask {
1326
mCounterZNC.push_back(classIdZNC >= 0 ? record.scalers[classIdZNC].l1Before : 0);
1327
}
1328
// ZEM class not defined, using inputs instead
1329
- int indexZEM = 24; // see ZEM=1ZED input index in https://indico.cern.ch/event/1153630/contributions/4844362/
+ uint32_t indexZEM = 24; // see ZEM=1ZED input index in https://indico.cern.ch/event/1153630/contributions/4844362/
1330
mCounterZEM.push_back(record.scalersInps.size() >= indexZEM + 1 ? record.scalersInps[indexZEM] : 0);
1331
1332
0 commit comments