CMS 3D CMS Logo

SiStripAnalyser.h
Go to the documentation of this file.
1 #ifndef SiStripAnalyser_H
2 #define SiStripAnalyser_H
3 
20 
21 #include <map>
22 #include <string>
23 #include <vector>
24 
25 class SiStripWebInterface;
26 class SiStripFedCabling;
27 class SiStripDetCabling;
30 
32 public:
35 
37  ~SiStripAnalyser() override;
38 
39 private:
40  void beginJob() override;
41  void beginRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
42  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
43  void beginLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& eSetup) override;
44  void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const& eSetup) override;
45  void endRun(edm::Run const& run, edm::EventSetup const& eSetup) override;
46  void endJob() override;
47 
48  void checkTrackerFEDs(edm::Event const& e);
49 
53 
58 
60 
63 
66 
67  unsigned long long m_cacheID_;
68  int nLumiSecs_{};
69  int nEvents_{};
70  bool trackerFEDsFound_{false};
72  bool endLumiAnalysisOn_{false};
73 };
74 
75 #endif
SiStripActionExecutor.h
SiStripAnalyser::nLumiSecs_
int nLumiSecs_
Definition: SiStripAnalyser.h:68
ESHandle.h
edm::LuminosityBlock
Definition: LuminosityBlock.h:50
edm::Run
Definition: Run.h:45
edm::EDGetTokenT< FEDRawDataCollection >
LuminosityBlock.h
FEDRawDataCollection
Definition: FEDRawDataCollection.h:18
SiStripAnalyser::analyze
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
Definition: SiStripAnalyser.cc:97
SiStripAnalyser::beginLuminosityBlock
void beginLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override
Definition: SiStripAnalyser.cc:93
SiStripAnalyser::MonitorElement
dqm::harvesting::MonitorElement MonitorElement
Definition: SiStripAnalyser.h:33
dqm::legacy::MonitorElement
Definition: MonitorElement.h:461
EDAnalyzer.h
SiStripAnalyser::outputFilePath_
std::string outputFilePath_
Definition: SiStripAnalyser.h:61
SiStripAnalyser::~SiStripAnalyser
~SiStripAnalyser() override
Definition: SiStripAnalyser.cc:60
SiStripAnalyser::checkTrackerFEDs
void checkTrackerFEDs(edm::Event const &e)
Definition: SiStripAnalyser.cc:155
SiStripFedCabling
Contains cabling info at the device level, including DetId, APV pair numbers, hardware addresses,...
Definition: SiStripFedCabling.h:25
SiStripAnalyser::endRun
void endRun(edm::Run const &run, edm::EventSetup const &eSetup) override
Definition: SiStripAnalyser.cc:141
edm::EDAnalyzer
Definition: EDAnalyzer.h:29
SiStripAnalyser::endJob
void endJob() override
Definition: SiStripAnalyser.cc:145
SiStripClassToMonitorCondData
Definition: SiStripClassToMonitorCondData.h:39
SiStripAnalyser::endLumiAnalysisOn_
bool endLumiAnalysisOn_
Definition: SiStripAnalyser.h:72
dqm::legacy::DQMStore
Definition: DQMStore.h:727
SiStripDetCabling
Definition: SiStripDetCabling.h:21
Run.h
edm::ESHandle< SiStripFedCabling >
SiStripAnalyser::outputFileName_
std::string outputFileName_
Definition: SiStripAnalyser.h:62
EDGetToken.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
SiStripAnalyser::condDataMon_
SiStripClassToMonitorCondData condDataMon_
Definition: SiStripAnalyser.h:50
SiStripAnalyser::beginRun
void beginRun(edm::Run const &run, edm::EventSetup const &eSetup) override
Definition: SiStripAnalyser.cc:70
edm::ParameterSet
Definition: ParameterSet.h:36
SiStripAnalyser::trackerFEDsFound_
bool trackerFEDsFound_
Definition: SiStripAnalyser.h:70
SiStripAnalyser::staticUpdateFrequency_
int staticUpdateFrequency_
Definition: SiStripAnalyser.h:55
SiStripAnalyser::detCabling_
edm::ESHandle< SiStripDetCabling > detCabling_
Definition: SiStripAnalyser.h:65
SiStripAnalyser
Definition: SiStripAnalyser.h:31
edm::EventSetup
Definition: EventSetup.h:57
SiStripAnalyser::endLuminosityBlock
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &eSetup) override
Definition: SiStripAnalyser.cc:113
SiStripAnalyser::beginJob
void beginJob() override
Definition: SiStripAnalyser.cc:62
SiStripAnalyser::nEvents_
int nEvents_
Definition: SiStripAnalyser.h:69
SiStripActionExecutor
Definition: SiStripActionExecutor.h:24
writedatasetfile.run
run
Definition: writedatasetfile.py:27
SiStripAnalyser::printFaultyModuleList_
bool printFaultyModuleList_
Definition: SiStripAnalyser.h:71
SiStripAnalyser::DQMStore
dqm::harvesting::DQMStore DQMStore
Definition: SiStripAnalyser.h:34
SiStripAnalyser::summaryFrequency_
int summaryFrequency_
Definition: SiStripAnalyser.h:54
SiStripAnalyser::SiStripAnalyser
SiStripAnalyser(const edm::ParameterSet &ps)
Definition: SiStripAnalyser.cc:40
SiStripAnalyser::globalStatusFilling_
int globalStatusFilling_
Definition: SiStripAnalyser.h:56
SiStripAnalyser::actionExecutor_
SiStripActionExecutor actionExecutor_
Definition: SiStripAnalyser.h:51
SiStripClassToMonitorCondData.h
EventSetup.h
ParameterSet.h
SiStripAnalyser::m_cacheID_
unsigned long long m_cacheID_
Definition: SiStripAnalyser.h:67
edm::Event
Definition: Event.h:73
SiStripAnalyser::tkMapPSet_
edm::ParameterSet tkMapPSet_
Definition: SiStripAnalyser.h:52
SiStripAnalyser::rawDataToken_
edm::EDGetTokenT< FEDRawDataCollection > rawDataToken_
Definition: SiStripAnalyser.h:59
SiStripAnalyser::shiftReportFrequency_
int shiftReportFrequency_
Definition: SiStripAnalyser.h:57
SiStripAnalyser::fedCabling_
edm::ESHandle< SiStripFedCabling > fedCabling_
Definition: SiStripAnalyser.h:64
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37