CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EventShapeDQM.h
Go to the documentation of this file.
1 #ifndef EventShapeDQM_H
2 #define EventShapeDQM_H
3 //event
6 
7 //DQM
11 
12 //EP
14 
15 // Trigger
22 
24 public:
26  virtual ~EventShapeDQM();
27 
28 protected:
29  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
30  void analyze(edm::Event const& e, edm::EventSetup const& eSetup);
31 
32 private:
35 
37  int order_;
38  int EPidx_;
39  int EPlvl_;
40 
41  // histo
43 };
44 
45 #endif
MonitorElement * h_Q
Definition: EventShapeDQM.h:42
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
std::string triggerPath_
Definition: EventShapeDQM.h:36
EventShapeDQM(const edm::ParameterSet &ps)
Definition: EventShapeDQM.cc:8
virtual ~EventShapeDQM()
void analyze(edm::Event const &e, edm::EventSetup const &eSetup)
edm::EDGetTokenT< reco::EvtPlaneCollection > theEPCollection_
Definition: EventShapeDQM.h:34
edm::EDGetTokenT< edm::TriggerResults > triggerResults_
Definition: EventShapeDQM.h:33
Definition: Run.h:43