CMS 3D CMS Logo

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