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 {
17  class Event;
18  class EventSetup;
19 } // namespace edm
23 class PixelTrackFilter;
24 class L1MuonSeedsMerger;
25 class MagneticField;
27 
29 public:
31  ~TSGFromL1Muon() override;
32  void produce(edm::Event& ev, const edm::EventSetup& es) override;
33 
34 private:
35 private:
41 
42  std::unique_ptr<L1MuonRegionProducer> theRegionProducer;
43  std::unique_ptr<OrderedHitsGenerator> theHitGenerator;
44  std::unique_ptr<L1MuonPixelTrackFitter> theFitter;
45  std::unique_ptr<L1MuonSeedsMerger> theMerger;
46 };
47 #endif
TSGFromL1Muon(const edm::ParameterSet &cfg)
~TSGFromL1Muon() override
void produce(edm::Event &ev, const edm::EventSetup &es) override
std::unique_ptr< L1MuonPixelTrackFitter > theFitter
Definition: TSGFromL1Muon.h:44
std::unique_ptr< L1MuonRegionProducer > theRegionProducer
Definition: TSGFromL1Muon.h:42
edm::EDGetTokenT< PixelTrackFilter > theFilterToken
Definition: TSGFromL1Muon.h:38
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > theFieldToken
Definition: TSGFromL1Muon.h:39
edm::InputTag theSourceTag
Definition: TSGFromL1Muon.h:36
std::unique_ptr< OrderedHitsGenerator > theHitGenerator
Definition: TSGFromL1Muon.h:43
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > theSourceToken
Definition: TSGFromL1Muon.h:37
HLT enums.
std::unique_ptr< L1MuonSeedsMerger > theMerger
Definition: TSGFromL1Muon.h:45
const SeedFromProtoTrack::Config theSFPTConfig
Definition: TSGFromL1Muon.h:40