CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonSeedGenerator.h
Go to the documentation of this file.
1 #ifndef RecoMuon_MuonSeedGenerator_MuonSeedGenerator_H
2 #define RecoMuon_MuonSeedGenerator_MuonSeedGenerator_H
3 
13 #include <vector>
15 
16 class MuonSeedVFinder;
18 class MuonSeedVCleaner;
19 
21  public:
22 
25 
27  virtual ~MuonSeedGenerator();
28 
29  // Operations
30 
32  virtual void produce(edm::Event&, const edm::EventSetup&) override;
33 
34  protected:
35 
39 
42 };
43 #endif
44 
MuonSeedVCleaner * theSeedCleaner
edm::EDGetTokenT< reco::BeamSpot > beamspotToken
virtual void produce(edm::Event &, const edm::EventSetup &) override
reconstruct muon&#39;s seeds
virtual ~MuonSeedGenerator()
Destructor.
MuonSeedVFinder * theSeedFinder
MuonSeedVPatternRecognition * thePatternRecognition
MuonSeedGenerator(const edm::ParameterSet &)
Constructor.
edm::InputTag theBeamSpotTag