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 
7 #include <vector>
8 #include <map>
9 
11  public:
14 
15  struct Item{
18  std::string print() const;
19 
21 };
22 
23  const Item & item(const CSCDetId & cscId, int strip) const;
24  std::string print() const;
25 
26  typedef std::map< int,std::vector<Item> > NoiseMatrixMap;
28 
30 };
31 
32 #endif
33 
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
#define COND_SERIALIZABLE
Definition: Serializable.h:37