test
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>
16 
18  public:
22 
23  void init(const edm::Event&, const edm::EventSetup&);
24  std::vector<const TrackingRecHit *> getMuonHits(const reco::Muon &mu) const ;
25  private:
28 
33 
34 };
35 
36 #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_