CMS 3D CMS Logo

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:
27  ~TSGFromL1Muon() override;
28  void produce(edm::Event& ev, const edm::EventSetup& es) override;
29 private:
30 
31 private:
36 
37  std::unique_ptr<L1MuonRegionProducer> theRegionProducer;
38  std::unique_ptr<OrderedHitsGenerator> theHitGenerator;
39  std::unique_ptr<L1MuonPixelTrackFitter> theFitter;
40  std::unique_ptr<L1MuonSeedsMerger> theMerger;
41 
42 };
43 #endif
edm::ParameterSet theConfig
Definition: TSGFromL1Muon.h:32
bool ev
std::unique_ptr< L1MuonPixelTrackFitter > theFitter
Definition: TSGFromL1Muon.h:39
std::unique_ptr< L1MuonRegionProducer > theRegionProducer
Definition: TSGFromL1Muon.h:37
edm::EDGetTokenT< PixelTrackFilter > theFilterToken
Definition: TSGFromL1Muon.h:35
edm::InputTag theSourceTag
Definition: TSGFromL1Muon.h:33
std::unique_ptr< OrderedHitsGenerator > theHitGenerator
Definition: TSGFromL1Muon.h:38
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > theSourceToken
Definition: TSGFromL1Muon.h:34
HLT enums.
std::unique_ptr< L1MuonSeedsMerger > theMerger
Definition: TSGFromL1Muon.h:40