CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelHistoryDQMService.h
Go to the documentation of this file.
1 #ifndef DQM_SiPixelHistoricInfoClient_SiPixelHistoryDQMService_H
2 #define DQM_SiPixelHistoricInfoClient_SiPixelHistoryDQMService_H
3 
6 
8 
14  public:
15 
18 
19 
20  private:
21  //Methods to be specified by each subdet
22  uint32_t returnDetComponent(const MonitorElement* ME);
23  bool setDBLabelsForUser (std::string& keyName, std::vector<std::string>& userDBContent, std::string& quantity);
24  bool setDBValuesForUser(std::vector<MonitorElement*>::const_iterator iterMes, HDQMSummary::InputVector& values, std::string& quantity);
25  //std::string userTranslator (int);
26 
28 };
29 
30 #endif //DQM_SiPixelHistoricInfoClient_SiPixelHistoryDQMService_H
31 
SiPixelHistoryDQMService(const edm::ParameterSet &, const edm::ActivityRegistry &)
Definition: ME.h:11
std::vector< float > InputVector
Definition: HDQMSummary.h:58
uint32_t returnDetComponent(const MonitorElement *ME)
bool setDBLabelsForUser(std::string &keyName, std::vector< std::string > &userDBContent, std::string &quantity)
bool setDBValuesForUser(std::vector< MonitorElement * >::const_iterator iterMes, HDQMSummary::InputVector &values, std::string &quantity)