CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCDBNoiseMatrix.cc
Go to the documentation of this file.
3 
4 #include <iostream>
7 
9 {
10  CSCIndexer indexer;
11  // return matrix.at( indexer.stripChannelIndex(cscId, strip)-1 ); // if we worry about range
12  return matrix[ indexer.stripChannelIndex(cscId, strip)-1 ]; // no worries about range!
13 }
14 
15 
const Item & item(const CSCDetId &cscId, int strip) const
void strip(std::string &input, const std::string &blanks=" \n\t")
Definition: stringTools.cc:16
NoiseMatrixContainer matrix
LongIndexType stripChannelIndex(IndexType ie, IndexType is, IndexType ir, IndexType ic, IndexType il, IndexType istrip) const
Definition: CSCIndexer.h:176