CMS 3D CMS Logo

CSCPedestals.h
Go to the documentation of this file.
1 #ifndef CSCPedestals_h
2 #define CSCPedestals_h
3 
5 
7 #include <vector>
8 #include <map>
9 
11  public:
12  CSCPedestals();
13  ~CSCPedestals();
14 
15  struct Item{
16  float ped;
17  float rms;
18 
20 };
21 
22  const Item & item(const CSCDetId & cscId, int strip) const;
23 
24  typedef std::map< int,std::vector<Item> > PedestalMap;
25  PedestalMap pedestals;
26 
28 };
29 
30 #endif
PedestalMap pedestals
Definition: CSCPedestals.h:25
const Item & item(const CSCDetId &cscId, int strip) const
Definition: CSCPedestals.cc:8
std::map< int, std::vector< Item > > PedestalMap
Definition: CSCPedestals.h:24
#define COND_SERIALIZABLE
Definition: Serializable.h:38