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
17 
18 #include <sstream>
19 #include <string>
20 
21 
22 class TrackerTopology;
23 
25 
26  public:
29 
30  void analyze( const edm::Event&, const edm::EventSetup& );
31 
32  void printError( std::stringstream & ss, const bool error, const std::string & errorText );
33 
34  std::string detIdToString(const DetId & detid, const TrackerTopology* tTopo);
35 
36  private:
38 };
39 #endif
void printError(std::stringstream &ss, const bool error, const std::string &errorText)
void analyze(const edm::Event &, const edm::EventSetup &)
Definition: DetId.h:18
std::string detIdToString(const DetId &detid, const TrackerTopology *tTopo)