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 
15 
16 namespace edm { class Event; class EventSetup; }
20 class PixelTrackFilter;
21 class L1MuonSeedsMerger;
22 
23 
25 public:
26  TSGFromL1Muon(const edm::ParameterSet& cfg);
27  virtual ~TSGFromL1Muon();
28  virtual void beginRun(const edm::Run & run, const edm::EventSetup&es) override;
29  virtual void produce(edm::Event& ev, const edm::EventSetup& es) override;
30 private:
31 
32 private:
36 
40  std::unique_ptr<PixelTrackFilter> theFilter;
42 
43 };
44 #endif
edm::ParameterSet theConfig
Definition: TSGFromL1Muon.h:33
TSGFromL1Muon(const edm::ParameterSet &cfg)
L1MuonRegionProducer * theRegionProducer
Definition: TSGFromL1Muon.h:37
virtual void produce(edm::Event &ev, const edm::EventSetup &es) override
virtual ~TSGFromL1Muon()
OrderedHitsGenerator * theHitGenerator
Definition: TSGFromL1Muon.h:38
L1MuonPixelTrackFitter * theFitter
Definition: TSGFromL1Muon.h:39
L1MuonSeedsMerger * theMerger
Definition: TSGFromL1Muon.h:41
edm::InputTag theSourceTag
Definition: TSGFromL1Muon.h:34
std::unique_ptr< PixelTrackFilter > theFilter
Definition: TSGFromL1Muon.h:40
virtual void beginRun(const edm::Run &run, const edm::EventSetup &es) override
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > theSourceToken
Definition: TSGFromL1Muon.h:35
Definition: Run.h:41