CMS 3D CMS Logo

GEMDigiSource.h
Go to the documentation of this file.
1 #ifndef DQM_GEM_INTERFACE_GEMDigiSource_h
2 #define DQM_GEM_INTERFACE_GEMDigiSource_h
3 
12 
17 
19 
21 
23 
25 
26 #include <string>
27 
28 //----------------------------------------------------------------------------------------------------
29 
30 class GEMDigiSource : public GEMDQMBase {
31 public:
32  explicit GEMDigiSource(const edm::ParameterSet& cfg);
33  ~GEMDigiSource() override{};
34  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
35 
36 protected:
37  void dqmBeginRun(edm::Run const&, edm::EventSetup const&) override{};
38  void bookHistograms(DQMStore::IBooker&, edm::Run const&, edm::EventSetup const&) override;
39  void analyze(edm::Event const& e, edm::EventSetup const& eSetup) override;
40 
41 private:
42  int ProcessWithMEMap2WithEta(BookingHelper& bh, ME3IdsKey key) override;
43  int ProcessWithMEMap2(BookingHelper& bh, ME2IdsKey key) override;
44  int ProcessWithMEMap3(BookingHelper& bh, ME3IdsKey key) override;
45  int ProcessWithMEMap3WithChamber(BookingHelper& bh, ME4IdsKey key) override;
46 
47  const static int nNumBitDigiOcc_ = 16384;
48 
50 
52 
60 
62 
64 
65  Int_t nBXMin_, nBXMax_;
66  Float_t fRadiusMin_;
67  Float_t fRadiusMax_;
68 };
69 
70 #endif // DQM_GEM_INTERFACE_GEMDigiSource_h
int ProcessWithMEMap2WithEta(BookingHelper &bh, ME3IdsKey key) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
MEMapInfT< MEMap4Ids, ME4IdsKey > MEMap4Inf
Definition: GEMDQMBase.h:460
MEMap3Inf mapTotalDigiPerEvtLayer_
Definition: GEMDigiSource.h:57
MEMapInfT< MEMap3Ids, ME3IdsKey > MEMap3Inf
Definition: GEMDQMBase.h:459
int ProcessWithMEMap2(BookingHelper &bh, ME2IdsKey key) override
std::tuple< Int_t, Int_t, Int_t, Int_t > ME4IdsKey
Float_t fRadiusMax_
Definition: GEMDigiSource.h:67
MEMap3Inf mapDigiOcc_ieta_
Definition: GEMDigiSource.h:55
MEMap4Inf mapDigiOccPerCh_
Definition: GEMDigiSource.h:61
MEMap3Inf mapDigiOcc_phi_
Definition: GEMDigiSource.h:56
edm::EDGetTokenT< LumiScalersCollection > lumiScalers_
Definition: GEMDigiSource.h:51
std::string strFolderMain_
Definition: GEMDigiSource.h:63
edm::EDGetToken tagDigi_
Definition: GEMDigiSource.h:49
MEMap3Inf mapTotalDigiPerEvtIEta_
Definition: GEMDigiSource.h:58
MEMap3Inf mapTotalDigi_layer_
Definition: GEMDigiSource.h:53
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
MEMap2Inf mapBX_
Definition: GEMDigiSource.h:59
void dqmBeginRun(edm::Run const &, edm::EventSetup const &) override
Definition: GEMDigiSource.h:37
static const int nNumBitDigiOcc_
Definition: GEMDigiSource.h:47
~GEMDigiSource() override
Definition: GEMDigiSource.h:33
GEMDigiSource(const edm::ParameterSet &cfg)
Definition: GEMDigiSource.cc:6
int ProcessWithMEMap3WithChamber(BookingHelper &bh, ME4IdsKey key) override
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
std::tuple< Int_t, Int_t > ME2IdsKey
Float_t fRadiusMin_
Definition: GEMDigiSource.h:66
std::tuple< Int_t, Int_t, Int_t > ME3IdsKey
Definition: Run.h:45
MEMap3Inf mapDigiWheel_layer_
Definition: GEMDigiSource.h:54
int ProcessWithMEMap3(BookingHelper &bh, ME3IdsKey key) override