CMS 3D CMS Logo

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