CMS 3D CMS Logo

DT2DSegmentClients.h
Go to the documentation of this file.
1 #ifndef DT2DSegmentClients_H
2 #define DT2DSegmentClients_H
3 
19 
20 class DQMStore;
21 class MonitorElement;
22 
24 
25 public:
26 
29 
31  ~DT2DSegmentClients() override;
32  void analyze(const edm::Event& e, const edm::EventSetup& c) override;
33  void endJob() override;
34 void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg,
35  edm::EventSetup const& c) override;
36 
37 protected:
38 
40 
41 private:
42 
44 
47  };
48 
49 #endif
~DT2DSegmentClients() override
Destructor.
DQMStore * dbe
Analyze.
MonitorElement * glbSummaryHisto
void analyze(const edm::Event &e, const edm::EventSetup &c) override
MonitorElement * summaryHisto
void endJob() override
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c) override
DT2DSegmentClients(const edm::ParameterSet &ps)
Constructor.