CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DTChamberEfficiencyClient.h
Go to the documentation of this file.
1 #ifndef DTChamberEfficiencyClient_H
2 #define DTChamberEfficiencyClient_H
3 
23 
26 
28 
30 
31 #include <memory>
32 #include <iostream>
33 #include <fstream>
34 #include <string>
35 #include <vector>
36 #include <map>
37 
38 class DTGeometry;
39 class DTChamberId;
40 class DTLayerId;
41 
43 public:
46 
48  ~DTChamberEfficiencyClient() override;
49 
50 protected:
51  void beginRun(const edm::Run &, const edm::EventSetup &) override;
52  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
53 
55 
59  edm::LuminosityBlock const &,
60  edm::EventSetup const &) override;
61 
62 private:
63  unsigned int nLumiSegs;
65 
68 
69  //an histogram of efficiency for each wheel, for each quality scenario
72 
74  std::map<int, MonitorElement *> EffDistrPerWh;
75 };
76 
77 #endif
std::map< int, MonitorElement * > EffDistrPerWh
void beginRun(const edm::Run &, const edm::EventSetup &) override
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
void bookHistos(DQMStore::IBooker &)
book the report summary
MonitorElement * summaryHistos[5][2]
~DTChamberEfficiencyClient() override
Destructor.
edm::ESGetToken< DTGeometry, MuonGeometryRecord > muonGeomToken_
DTChamberEfficiencyClient(const edm::ParameterSet &ps)
Constructor.
Definition: Run.h:45