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(const edm::Run & run, const edm::EventSetup&es) override;
27  virtual void produce(edm::Event& ev, const edm::EventSetup& es) override;
28 private:
29 
30 private:
33 
34 
38  std::unique_ptr<PixelTrackFilter> theFilter;
40 
41 };
42 #endif
edm::ParameterSet theConfig
Definition: TSGFromL1Muon.h:31
TSGFromL1Muon(const edm::ParameterSet &cfg)
L1MuonRegionProducer * theRegionProducer
Definition: TSGFromL1Muon.h:35
virtual void produce(edm::Event &ev, const edm::EventSetup &es) override
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
std::unique_ptr< PixelTrackFilter > theFilter
Definition: TSGFromL1Muon.h:38
virtual void beginRun(const edm::Run &run, const edm::EventSetup &es) override
Definition: Run.h:41