CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerMuonHitExtractor.h
Go to the documentation of this file.
1 //
2 // modified & integrated by Giovanni Abbiendi
3 // from code by Arun Luthra: UserCode/luthra/MuonTrackSelector/src/MuonTrackSelector.cc
4 //
5 #ifndef MCTruth_TrackerMuonHitExtractor_h
6 #define MCTruth_TrackerMuonHitExtractor_h
7 
8 #include <memory>
15 
17  public:
20 
21  void init(const edm::Event&, const edm::EventSetup&);
22  std::vector<const TrackingRecHit *> getMuonHits(const reco::Muon &mu) const ;
23  private:
26 
29 };
30 
31 #endif
edm::InputTag inputDTRecSegment4DCollection_
std::vector< const TrackingRecHit * > getMuonHits(const reco::Muon &mu) const
edm::Handle< CSCSegmentCollection > cscSegmentCollectionH_
TrackerMuonHitExtractor(const edm::ParameterSet &)
const int mu
Definition: Constants.h:22
void init(const edm::Event &, const edm::EventSetup &)
edm::Handle< DTRecSegment4DCollection > dtSegmentCollectionH_