CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DTDCSByLumiTask.h
Go to the documentation of this file.
1 #ifndef DTDCSByLumiTask_H
2 #define DTDCSByLumiTask_H
3 
4 /*
5  * \file DTDCSByLumiTask.h
6  *
7  * \author C. Battilana - CIEMAT
8  * \author P. Bellan - INFN PD
9  * \author A. Branca = INFN PD
10  *
11 */
12 
20 
23 
25 
27 
33 
34 #include <vector>
35 
37 public:
40 
42  ~DTDCSByLumiTask() override;
43 
44 protected:
46  void dqmBeginRun(const edm::Run&, const edm::EventSetup&) override;
47 
48  // Book the histograms
49  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
50 
52  void dqmBeginLuminosityBlock(edm::LuminosityBlock const& lumiSeg, edm::EventSetup const&) override;
53 
55  void dqmEndLuminosityBlock(const edm::LuminosityBlock& lumiSeg, const edm::EventSetup&) override;
56 
58  void analyze(const edm::Event& e, const edm::EventSetup&) override;
59 
60 private:
61  std::string topFolder() const;
62 
63  int theEvents;
64  int theLumis;
65 
67 
69 
72 
73  std::vector<MonitorElement*> hActiveUnits;
74 };
75 
76 #endif
77 
78 /* Local Variables: */
79 /* show-trailing-whitespace: t */
80 /* truncate-lines: t */
81 /* End: */
void dqmBeginRun(const edm::Run &, const edm::EventSetup &) override
Begin Run.
edm::ESGetToken< DTHVStatus, DTHVStatusRcd > dtHVStatusToken_
~DTDCSByLumiTask() override
Destructor.
edm::ESHandle< DTGeometry > theDTGeom
edm::ESGetToken< DTGeometry, MuonGeometryRecord > dtGeometryToken_
void dqmEndLuminosityBlock(const edm::LuminosityBlock &lumiSeg, const edm::EventSetup &) override
By Lumi DCS DB Operation.
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
void dqmBeginLuminosityBlock(edm::LuminosityBlock const &lumiSeg, edm::EventSetup const &) override
By Lumi DCS DB Operation.
DTDCSByLumiTask(const edm::ParameterSet &ps)
Constructor.
void analyze(const edm::Event &e, const edm::EventSetup &) override
Analyze.
std::string topFolder() const
std::vector< MonitorElement * > hActiveUnits
Definition: Run.h:45