CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 {
17  class Event;
18  class EventSetup;
19 } // namespace edm
23 class PixelTrackFilter;
24 class L1MuonSeedsMerger;
25 
27 public:
29  ~TSGFromL1Muon() override;
30  void produce(edm::Event& ev, const edm::EventSetup& es) override;
31 
32 private:
33 private:
38 
39  std::unique_ptr<L1MuonRegionProducer> theRegionProducer;
40  std::unique_ptr<OrderedHitsGenerator> theHitGenerator;
41  std::unique_ptr<L1MuonPixelTrackFitter> theFitter;
42  std::unique_ptr<L1MuonSeedsMerger> theMerger;
43 };
44 #endif
TSGFromL1Muon(const edm::ParameterSet &cfg)
tuple cfg
Definition: looper.py:296
~TSGFromL1Muon() override
void produce(edm::Event &ev, const edm::EventSetup &es) override
bool ev
std::unique_ptr< L1MuonPixelTrackFitter > theFitter
Definition: TSGFromL1Muon.h:41
std::unique_ptr< L1MuonRegionProducer > theRegionProducer
Definition: TSGFromL1Muon.h:39
edm::EDGetTokenT< PixelTrackFilter > theFilterToken
Definition: TSGFromL1Muon.h:36
edm::InputTag theSourceTag
Definition: TSGFromL1Muon.h:34
std::unique_ptr< OrderedHitsGenerator > theHitGenerator
Definition: TSGFromL1Muon.h:40
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > theSourceToken
Definition: TSGFromL1Muon.h:35
std::unique_ptr< L1MuonSeedsMerger > theMerger
Definition: TSGFromL1Muon.h:42
const SeedFromProtoTrack::Config theSFPTConfig
Definition: TSGFromL1Muon.h:37