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 
13 #include <vector>
14 
15 // Forward declare classes from same package (RecoMuon):
16 class MuonServiceProxy;
19 class TrackerSeedCleaner;
20 
21 //
22 // Generate tracker seeds from L2 muons
23 //
25 public:
27  virtual ~TSGFromL2Muon();
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  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
31 
32 private:
36  double thePtCut,thePCut;
41 };
42 #endif
tuple cfg
Definition: looper.py:293
virtual void produce(edm::Event &ev, const edm::EventSetup &es) override
MuonTrackingRegionBuilder * theRegionBuilder
Definition: TSGFromL2Muon.h:37
TrackerSeedCleaner * theSeedCleaner
Definition: TSGFromL2Muon.h:39
virtual void beginRun(const edm::Run &run, const edm::EventSetup &es) override
edm::EDGetTokenT< reco::TrackCollection > l2muonToken
Definition: TSGFromL2Muon.h:40
bool ev
TSGFromL2Muon(const edm::ParameterSet &cfg)
Definition: TSGFromL2Muon.cc:9
edm::InputTag theL2CollectionLabel
Definition: TSGFromL2Muon.h:34
MuonServiceProxy * theService
Definition: TSGFromL2Muon.h:35
edm::ParameterSet theConfig
Definition: TSGFromL2Muon.h:33
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual ~TSGFromL2Muon()
TrackerSeedGenerator * theTkSeedGenerator
Definition: TSGFromL2Muon.h:38
Definition: Run.h:43