6 unsigned int stcode = 0;
7 for(
typename std::vector<Item>::const_iterator iItems = vItems.begin();
8 iItems != vItems.end(); ++iItems){
10 stcode=iItems->getStatusCode();
19 long unsigned int & errorCountEE2,
long unsigned int & totalEE1,
long unsigned int & totalEE2){
21 unsigned int stcode = 0;
23 long unsigned int count=0;
25 for(
typename std::vector<Item>::const_iterator iItems = vItems.begin();
26 iItems != vItems.end(); ++iItems){
28 stcode=iItems->getStatusCode();
31 if(endcapId.
zside() == -1) errorCountEE1++;
32 if(endcapId.
zside() == +1) errorCountEE2++;
35 if(endcapId.
zside() == -1) totalEE1++;
36 if(endcapId.
zside() == +1) totalEE2++;
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)