CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CSCNoiseMatrix.h
Go to the documentation of this file.
1 #ifndef CSCNoiseMatrix_h
2 #define CSCNoiseMatrix_h
3 
5 
7 #include <vector>
8 #include <map>
9 
11 public:
14 
15  struct Item {
17  std::string print() const;
18 
20  };
21 
22  const Item& item(const CSCDetId& cscId, int strip) const;
23  std::string print() const;
24 
25  typedef std::map<int, std::vector<Item> > NoiseMatrixMap;
27 
29 };
30 
31 #endif
const Item & item(const CSCDetId &cscId, int strip) const
std::string print() const
NoiseMatrixMap matrix
std::string print() const
std::map< int, std::vector< Item > > NoiseMatrixMap
#define COND_SERIALIZABLE
Definition: Serializable.h:39