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