CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DT2DSegmentClients.h
Go to the documentation of this file.
1 #ifndef DT2DSegmentClients_H
2 #define DT2DSegmentClients_H
3 
21 
22 class DQMStore;
23 class MonitorElement;
24 
26 
27 public:
28 
31 
33  virtual ~DT2DSegmentClients();
34  void analyze(const edm::Event& e, const edm::EventSetup& c);
35  void endJob();
36 void endLuminosityBlock(edm::LuminosityBlock const& lumiSeg,
37  edm::EventSetup const& c);
38 
39 protected:
40 
42 
43 private:
44 
46 
49  };
50 
51 #endif
virtual ~DT2DSegmentClients()
Destructor.
void analyze(const edm::Event &e, const edm::EventSetup &c)
DQMStore * dbe
Analyze.
MonitorElement * glbSummaryHisto
MonitorElement * summaryHisto
void endLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &c)
DT2DSegmentClients(const edm::ParameterSet &ps)
Constructor.