CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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:
26  MuonSeedFinder(const edm::ParameterSet & pset);
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)
tuple result
Definition: query.py:137
float computePt(MuonTransientTrackingRecHit::ConstMuonRecHitPointer muon, const MagneticField *field) const
MuonSeedPtExtractor * thePtExtractor
virtual ~MuonSeedFinder()
Destructor.
MuonTransientTrackingRecHit const * ConstMuonRecHitPointer
virtual void setBField(const MagneticField *field)
const MagneticField * theField
MuonSeedFinder(const edm::ParameterSet &pset)
Constructor.
MuonCSCSeedFromRecHits theEndcap
std::vector< MuonRecHitPointer > MuonRecHitContainer
MuonDTSeedFromRecHits theBarrel