CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/MuonSeedGenerator/src/MuonSeedVPtExtractor.h

Go to the documentation of this file.
00001 #ifndef RecoMuon_MuonSeedGenerator_MuonSeedVPtExtractor_H
00002 #define RecoMuon_MuonSeedGenerator_MuonSeedVPtExtractor_H
00003 
00007 #include "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHit.h" 
00008 
00009 
00010 class MuonSeedVPtExtractor {
00011 
00012 public:
00013 
00014   MuonSeedVPtExtractor();
00015 
00017   virtual ~MuonSeedVPtExtractor() {}
00018 
00019 
00020   virtual std::vector<double> pT_extract(MuonTransientTrackingRecHit::ConstMuonRecHitPointer firstHit,
00021                                  MuonTransientTrackingRecHit::ConstMuonRecHitPointer secondHit) const = 0;
00022 
00023 };
00024 #endif