CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCNoiseMatrix.h
Go to the documentation of this file.
1 #ifndef CSCNoiseMatrix_h
2 #define CSCNoiseMatrix_h
3 
5 #include <vector>
6 #include <map>
7 
9  public:
12 
13  struct Item{
16  std::string print() const;
17  };
18 
19  const Item & item(const CSCDetId & cscId, int strip) const;
20  std::string print() const;
21 
22  typedef std::map< int,std::vector<Item> > NoiseMatrixMap;
24 };
25 
26 #endif
27 
const Item & item(const CSCDetId &cscId, int strip) const
std::string print() const
std::map< int, std::vector< Item > > NoiseMatrixMap
NoiseMatrixMap matrix
std::string print() const