17 int numberOfChambers =
object().numberOfChambers();
20 std::vector<int> vContainerInts =
object().container();
21 std::vector<CSCDetId> vCSCDetIds;
22 std::vector<int>::const_iterator iInt;
24 for (iInt = vContainerInts.begin(); iInt != vContainerInts.end(); ++iInt){
31 ss <<
"---Total of bad Chambers: " << numberOfChambers << std::endl;
32 ss <<
"--Bad chambers:" << std::endl;
33 iInt = vContainerInts.begin();
35 for (std::vector<CSCDetId>::const_iterator iCSCDetId = vCSCDetIds.begin(); iCSCDetId != vCSCDetIds.end(); ++iCSCDetId, ++iInt){
36 ss << index++ <<
". "<<
"Id[" << *iInt
37 <<
"]-> Chamber index: " << indexer.
chamberIndex( *iCSCDetId )
38 <<
"; Layer index: " << indexer.
layerIndex( *iCSCDetId )
IndexType chamberIndex(const CSCDetId &id) const
#define PYTHON_WRAPPER(_class, _name)
std::string summary() const
CSCDetId detIdFromChamberIndex(IndexType ici) const
IndexType layerIndex(const CSCDetId &id) const