CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGFromL1Muon.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_TSGFromL1Muon_H
2 #define RecoMuon_TrackerSeedGenerator_TSGFromL1Muon_H
3 
13 
14 namespace edm { class Event; class EventSetup; }
18 class PixelTrackFilter;
19 class L1MuonSeedsMerger;
20 
21 
23 public:
24  TSGFromL1Muon(const edm::ParameterSet& cfg);
25  virtual ~TSGFromL1Muon();
26  virtual void beginRun(edm::Run & run, const edm::EventSetup&es);
27  virtual void produce(edm::Event& ev, const edm::EventSetup& es);
28 private:
29 
30 private:
33 
34 
40 
41 };
42 #endif
edm::ParameterSet theConfig
Definition: TSGFromL1Muon.h:31
TSGFromL1Muon(const edm::ParameterSet &cfg)
PixelTrackFilter * theFilter
Definition: TSGFromL1Muon.h:38
L1MuonRegionProducer * theRegionProducer
Definition: TSGFromL1Muon.h:35
virtual ~TSGFromL1Muon()
OrderedHitsGenerator * theHitGenerator
Definition: TSGFromL1Muon.h:36
L1MuonPixelTrackFitter * theFitter
Definition: TSGFromL1Muon.h:37
L1MuonSeedsMerger * theMerger
Definition: TSGFromL1Muon.h:39
edm::InputTag theSourceTag
Definition: TSGFromL1Muon.h:32
virtual void beginRun(edm::Run &run, const edm::EventSetup &es)
virtual void produce(edm::Event &ev, const edm::EventSetup &es)
Definition: Run.h:32