6 unsigned int stcode = 0;
7 for (
typename std::vector<Item>::const_iterator iItems = vItems.begin(); iItems != vItems.end(); ++iItems) {
8 stcode = iItems->getStatusCode();
16 long unsigned int& errorCountEE1,
17 long unsigned int& errorCountEE2,
18 long unsigned int& totalEE1,
19 long unsigned int& totalEE2) {
20 unsigned int stcode = 0;
22 long unsigned int count = 0;
24 for (
typename std::vector<Item>::const_iterator iItems = vItems.begin(); iItems != vItems.end(); ++iItems) {
25 stcode = iItems->getStatusCode();
28 if (endcapId.
zside() == -1)
30 if (endcapId.
zside() == +1)
34 if (endcapId.
zside() == -1)
36 if (endcapId.
zside() == +1)
static EEDetId detIdFromDenseIndex(uint32_t din)
void getEndCapErrorSummary(typename std::vector< Item > vItems, long unsigned int &errorCountEE1, long unsigned int &errorCountEE2, long unsigned int &totalEE1, long unsigned int &totalEE2)
void getBarrelErrorSummary(typename std::vector< Item > vItems, long unsigned int &errorCount)