CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCDBNoiseMatrix.h
Go to the documentation of this file.
1 #ifndef CSCDBNoiseMatrix_h
2 #define CSCDBNoiseMatrix_h
3 
5 #include <vector>
6 
8  public:
11 
12  struct Item{
15  };
17 
18  enum factors{FNOISE=1000};
19 
20  // accessor to appropriate element
21  const Item & item(const CSCDetId & cscId, int strip) const;
22 
23  typedef std::vector<Item> NoiseMatrixContainer;
24 
26 };
27 
28 #endif
const Item & item(const CSCDetId &cscId, int strip) const
void strip(std::string &input, const std::string &blanks=" \n\t")
Definition: stringTools.cc:16
std::vector< Item > NoiseMatrixContainer
NoiseMatrixContainer matrix