CMS 3D CMS Logo

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 
33  MonitorElement *bookCSCChamberType(DQMStore::IBooker &, const TString &, const TString &);
34 
35  // GE11_ME11 segments
37  void checkCoincidenceGE11(const GEMRecHit *, const GEMRecHit *, const GEMCSCSegment &);
39  bool isME11SegmentMatched(const CSCSegment &);
40 
42  // const member data
44 
48  const int kMinCSCRecHits_;
49  const bool kModeDev_;
50  const bool kUseMuonSegment_;
52 
54  // non-const member data
56  std::vector<const CSCSegment *> matched_me11_segment_vector_;
57 
58  // MonitorElement
71 };
72 
73 #endif // DQM_GEM_GEMEffByGEMCSCSegmentSource_h
GEMEffByGEMCSCSegmentSource(const edm::ParameterSet &)
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > kGEMGeometryTokenBeginRun_
void checkCoincidenceGE11(const GEMRecHit *, const GEMRecHit *, const GEMCSCSegment &)
const edm::EDGetTokenT< reco::MuonCollection > kMuonCollectionToken_
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
static void fillDescriptions(edm::ConfigurationDescriptions &)
std::vector< Muon > MuonCollection
collection of Muon objects
Definition: MuonFwd.h:9
std::map< GEMDetId, MonitorElement * > MEMap
void findMatchedME11Segments(const reco::MuonCollection *)
MonitorElement * bookCSCChamberType(DQMStore::IBooker &, const TString &, const TString &)
void analyzeGE11ME11Segment(const GEMCSCSegment &, const GEMOHStatusCollection *, const GEMVFATStatusCollection *)
bool isME11SegmentMatched(const CSCSegment &)
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup) override
std::vector< const CSCSegment * > matched_me11_segment_vector_
const edm::EDGetTokenT< GEMCSCSegmentCollection > kGEMCSCSegmentCollectionToken_
Definition: event.py:1
Definition: Run.h:45
A container for a generic type of digis indexed by some index, implemented with a map<IndexType...