CMS 3D CMS Logo

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 class TrackerTopology;
22 
24 public:
27 
28  void analyze(const edm::Event&, const edm::EventSetup&) override;
29 
30  void printError(std::stringstream& ss, const bool error, const std::string& errorText);
31 
32  std::string detIdToString(const DetId& detid, const TrackerTopology* tTopo);
33 
34 private:
36 };
37 #endif
void printError(std::stringstream &ss, const bool error, const std::string &errorText)
Definition: DetId.h:17
std::string detIdToString(const DetId &detid, const TrackerTopology *tTopo)
void analyze(const edm::Event &, const edm::EventSetup &) override