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
MessageLogger.h
ESHandle.h
SiStripBadComponentsDQMServiceReader::SiStripBadComponentsDQMServiceReader
SiStripBadComponentsDQMServiceReader(const edm::ParameterSet &)
Definition: SiStripBadComponentsDQMServiceReader.cc:17
TrackerTopology
Definition: TrackerTopology.h:16
EDAnalyzer.h
relativeConstraints.error
error
Definition: relativeConstraints.py:53
edm::EDAnalyzer
Definition: EDAnalyzer.h:28
contentValuesCheck.ss
ss
Definition: contentValuesCheck.py:33
DetId
Definition: DetId.h:17
SiStripBadComponentsDQMServiceReader::printdebug_
bool printdebug_
Definition: SiStripBadComponentsDQMServiceReader.h:35
Service.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripBadComponentsDQMServiceReader::printError
void printError(std::stringstream &ss, const bool error, const std::string &errorText)
Definition: SiStripBadComponentsDQMServiceReader.cc:72
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
SiStripBadComponentsDQMServiceReader::detIdToString
std::string detIdToString(const DetId &detid, const TrackerTopology *tTopo)
Definition: SiStripBadComponentsDQMServiceReader.cc:82
edm::EventSetup
Definition: EventSetup.h:57
DetId.h
Frameworkfwd.h
SiStripBadComponentsDQMServiceReader::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: SiStripBadComponentsDQMServiceReader.cc:22
EventSetup.h
ParameterSet.h
SiStripBadComponentsDQMServiceReader::~SiStripBadComponentsDQMServiceReader
~SiStripBadComponentsDQMServiceReader() override
Definition: SiStripBadComponentsDQMServiceReader.cc:20
edm::Event
Definition: Event.h:73
SiStripBadComponentsDQMServiceReader
Definition: SiStripBadComponentsDQMServiceReader.h:23