CMS 3D CMS Logo

TrackerMuonHitExtractor.h
Go to the documentation of this file.
1 //
2 // modified & integrated by Giovanni Abbiendi
3 // from code by Arun Luthra:
4 // UserCode/luthra/MuonTrackSelector/src/MuonTrackSelector.cc
5 //
6 #ifndef MCTruth_TrackerMuonHitExtractor_h
7 #define MCTruth_TrackerMuonHitExtractor_h
8 
16 #include <memory>
17 
19 public:
23 
24  void init(const edm::Event &, const edm::EventSetup &);
25  std::vector<const TrackingRecHit *> getMuonHits(const reco::Muon &mu) const;
26 
27 private:
30 
35 };
36 
37 #endif
edm::InputTag inputDTRecSegment4DCollection_
std::vector< const TrackingRecHit * > getMuonHits(const reco::Muon &mu) const
edm::Handle< CSCSegmentCollection > cscSegmentCollectionH_
const int mu
Definition: Constants.h:22
void init(const edm::Event &, const edm::EventSetup &)
edm::Handle< DTRecSegment4DCollection > dtSegmentCollectionH_
edm::EDGetTokenT< DTRecSegment4DCollection > inputDTRecSegment4DToken_
TrackerMuonHitExtractor(const edm::ParameterSet &, edm::ConsumesCollector &&ic)
edm::EDGetTokenT< CSCSegmentCollection > inputCSCSegmentToken_