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;
22 os << elem33 <<
" " << elem34 <<
" " << elem35 <<
" " << elem44 <<
" " << elem45 <<
" " << elem46 <<
" " << elem55
23 <<
" " << elem56 <<
" " << elem57 <<
" " << elem66 <<
" " << elem67 <<
" " << elem77 <<
"\n";
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