CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripBadComponentsDQMServiceReader.h
Go to the documentation of this file.
1 #ifndef SiStripBadComponentsDQMServiceReader_H
2 #define SiStripBadComponentsDQMServiceReader_H
3 
4 // system include files
5 //#include <memory>
6 
7 // user include files
21 
22 #include <sstream>
23 #include <string>
24 
25 
26 
28 
29  public:
32 
33  void analyze( const edm::Event&, const edm::EventSetup& );
34 
35  void printError( std::stringstream & ss, const bool error, const std::string & errorText );
36 
37  std::string detIdToString(const DetId & detid);
38 
39  private:
41 };
42 #endif
void printError(std::stringstream &ss, const bool error, const std::string &errorText)
void analyze(const edm::Event &, const edm::EventSetup &)
Definition: DetId.h:20