CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TSGFromL2Muon.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_TSGFromL2Muon_H
2 #define RecoMuon_TrackerSeedGenerator_TSGFromL2Muon_H
3 
6 
7 
8 
9 namespace edm { class ParameterSet; class Event; class EventSetup; }
10 
11 class MuonServiceProxy;
14 class TrackerSeedCleaner;
15 
16 //
17 // generate seeds corresponding to L2 muons
18 //
19 
21 public:
22  TSGFromL2Muon(const edm::ParameterSet& cfg);
23  virtual ~TSGFromL2Muon();
24  virtual void beginRun(const edm::Run & run, const edm::EventSetup&es) override;
25  virtual void produce(edm::Event& ev, const edm::EventSetup& es) override;
26 
27 private:
30 
32  double thePtCut,thePCut;
36 
37 };
38 #endif
virtual void produce(edm::Event &ev, const edm::EventSetup &es) override
MuonTrackingRegionBuilder * theRegionBuilder
Definition: TSGFromL2Muon.h:33
TrackerSeedCleaner * theSeedCleaner
Definition: TSGFromL2Muon.h:35
virtual void beginRun(const edm::Run &run, const edm::EventSetup &es) override
TSGFromL2Muon(const edm::ParameterSet &cfg)
edm::InputTag theL2CollectionLabel
Definition: TSGFromL2Muon.h:29
MuonServiceProxy * theService
Definition: TSGFromL2Muon.h:31
edm::ParameterSet theConfig
Definition: TSGFromL2Muon.h:28
virtual ~TSGFromL2Muon()
TrackerSeedGenerator * theTkSeedGenerator
Definition: TSGFromL2Muon.h:34
Definition: Run.h:36