13 NoiseMatrixMap::const_iterator mapItr =
matrix.find(indexer.
dbIndex(cscId, strip));
14 if (mapItr ==
matrix.end()) {
17 return mapItr->second.at(strip - 1);
21 std::ostringstream os;
28 std::ostringstream os;
29 for (NoiseMatrixMap::const_iterator mapItr =
matrix.begin(); mapItr !=
matrix.end(); ++mapItr) {
30 os << mapItr->first <<
" ";
31 for (std::vector<Item>::const_iterator itemItr = mapItr->second.begin(); itemItr != mapItr->second.end();
33 os << itemItr->print();
const Item & item(const CSCDetId &cscId, int strip) const
std::string print() const
int dbIndex(const CSCDetId &id, int &channel)
std::string print() const