CMS 3D CMS Logo

MuonSeedFinder.h
Go to the documentation of this file.
1 #ifndef RecoMuon_MuonSeedGenerator_MuonSeedFinder_H
2 #define RecoMuon_MuonSeedGenerator_MuonSeedFinder_H
3 
19 
20 #include <vector>
21 
23 {
24 public:
27 
29  virtual ~MuonSeedFinder(){delete thePtExtractor;}
30 
31  // Operations
32 
33  virtual void setBField(const MagneticField * field);
34 
36  std::vector<TrajectorySeed> & result);
37 
38 private:
39 
41 
42  void analyze() const;
43  // put a parameterSet instead of
44  // static SimpleConfigurable<float> theMinMomentum;
47 
51 
52 };
53 #endif
void analyze() const
MuonOverlapSeedFromRecHits theOverlap
void seeds(const MuonTransientTrackingRecHit::MuonRecHitContainer &hits, std::vector< TrajectorySeed > &result)
float computePt(MuonTransientTrackingRecHit::ConstMuonRecHitPointer muon, const MagneticField *field) const
MuonSeedPtExtractor * thePtExtractor
virtual ~MuonSeedFinder()
Destructor.
virtual void setBField(const MagneticField *field)
std::shared_ptr< MuonTransientTrackingRecHit const > ConstMuonRecHitPointer
const MagneticField * theField
MuonSeedFinder(const edm::ParameterSet &pset)
Constructor.
MuonCSCSeedFromRecHits theEndcap
std::vector< MuonRecHitPointer > MuonRecHitContainer
MuonDTSeedFromRecHits theBarrel