CMS 3D CMS Logo

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GEMEffByGEMCSCSegmentSource.h
Go to the documentation of this file.
1 #ifndef DQM_GEM_GEMEffByGEMCSCSegmentSource_h
2 #define DQM_GEM_GEMEffByGEMCSCSegmentSource_h
3 
13 
17 
22 
24 public:
28 
29 private:
30  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
31  void analyze(const edm::Event &event, const edm::EventSetup &eventSetup) override;
32 
36 
37  // ME11-GE11 segments
39  void checkCoincidenceGE11(const GEMRecHit *, const GEMRecHit *, const GEMCSCSegment &);
41  bool isME11SegmentMatched(const CSCSegment &);
42 
43  // const member data (mainly parameters)
47  const bool kUseMuon_;
48  const uint32_t kMinCSCRecHits_;
51 
52  // member data
53  std::vector<const CSCSegment *> matched_me11_segment_vector_;
54 
55  // MonitorElement
56  MEMap me_chamber_; // 1D, (region, station, layer)
58  MEMap me_muon_chamber_; // 1D, (region, station, layer)
60  // misc
67 };
68 
69 #endif // DQM_GEM_GEMEffByGEMCSCSegmentSource_h
GEMEffByGEMCSCSegmentSource(const edm::ParameterSet &)
const edm::EDGetTokenT< reco::MuonCollection > kMuonToken_
const edm::EDGetTokenT< GEMCSCSegmentCollection > kGEMCSCSegmentToken_
void checkCoincidenceGE11(const GEMRecHit *, const GEMRecHit *, const GEMCSCSegment &)
MonitorElement * bookNumerator1D(DQMStore::IBooker &, MonitorElement *)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
static void fillDescriptions(edm::ConfigurationDescriptions &)
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > kGEMTokenBeginRun_
std::vector< Muon > MuonCollection
collection of Muon objects
Definition: MuonFwd.h:9
void findMatchedME11Segments(const reco::MuonCollection *)
std::map< GEMDetId, dqm::impl::MonitorElement * > MEMap
void analyzeME11GE11Segment(const GEMCSCSegment &)
void bookMisc(DQMStore::IBooker &, const edm::ESHandle< GEMGeometry > &)
void bookEfficiencyChamber(DQMStore::IBooker &, const edm::ESHandle< GEMGeometry > &)
bool isME11SegmentMatched(const CSCSegment &)
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup) override
std::vector< const CSCSegment * > matched_me11_segment_vector_
Definition: Run.h:45