CMS 3D CMS Logo

DQMHcalIsolatedBunchAlCaReco.h
Go to the documentation of this file.
1 #ifndef DQMHcalIsolatedBunchAlCaReco_H
2 #define DQMHcalIsolatedBunchAlCaReco_H
3 
11 #include <string>
12 
17 
23 
24 class MonitorElement;
25 
27 
28 public:
29 
32 
33 protected:
34 
35  virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
36  void analyze(const edm::Event& e, const edm::EventSetup& c) override ;
37 
39  const edm::EventSetup& context) override { }
40 
42  const edm::EventSetup& c) override { }
43 
44  void endRun(const edm::Run& r, const edm::EventSetup& c) override { }
45 
46 private:
47 
48  //
49  // Monitor elements
50  //
52 
55  bool plotAll_;
56 
62 };
63 
64 #endif
edm::EDGetTokenT< HBHERecHitCollection > hbhereco_
object to monitor
void endRun(const edm::Run &r, const edm::EventSetup &c) override
DQMHcalIsolatedBunchAlCaReco(const edm::ParameterSet &)
std::string folderName_
DQM folder name.
edm::EDGetTokenT< HORecHitCollection > horeco_
edm::EDGetTokenT< HFRecHitCollection > hfreco_
void analyze(const edm::Event &e, const edm::EventSetup &c) override
void endLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &c) override
virtual void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
edm::EDGetTokenT< edm::TriggerResults > trigResult_
void beginLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &context) override
Definition: Run.h:42