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
L1MuonRegionProducer
Definition: L1MuonRegionProducer.h:16
TSGFromL1Muon::theRegionProducer
std::unique_ptr< L1MuonRegionProducer > theRegionProducer
Definition: TSGFromL1Muon.h:38
L1MuonParticleFwd.h
TSGFromL1Muon::theSourceTag
edm::InputTag theSourceTag
Definition: TSGFromL1Muon.h:34
edm::EDGetTokenT< l1extra::L1MuonParticleCollection >
edm
HLT enums.
Definition: AlignableModifier.h:19
EDProducer.h
TSGFromL1Muon::~TSGFromL1Muon
~TSGFromL1Muon() override
L1MuonSeedsMerger
Definition: L1MuonSeedsMerger.h:12
Event
TSGFromL1Muon::theSourceToken
edm::EDGetTokenT< l1extra::L1MuonParticleCollection > theSourceToken
Definition: TSGFromL1Muon.h:35
TSGFromL1Muon::theMerger
std::unique_ptr< L1MuonSeedsMerger > theMerger
Definition: TSGFromL1Muon.h:41
TSGFromL1Muon::theHitGenerator
std::unique_ptr< OrderedHitsGenerator > theHitGenerator
Definition: TSGFromL1Muon.h:39
edm::ParameterSet
Definition: ParameterSet.h:47
OrderedHitsGenerator
Definition: OrderedHitsGenerator.h:14
L1MuonPixelTrackFitter
Definition: L1MuonPixelTrackFitter.h:27
TSGFromL1Muon::theFitter
std::unique_ptr< L1MuonPixelTrackFitter > theFitter
Definition: TSGFromL1Muon.h:40
edm::stream::EDProducer
Definition: EDProducer.h:36
edm::EventSetup
Definition: EventSetup.h:58
TSGFromL1Muon
Definition: TSGFromL1Muon.h:25
TSGFromL1Muon::theFilterToken
edm::EDGetTokenT< PixelTrackFilter > theFilterToken
Definition: TSGFromL1Muon.h:36
looper.cfg
cfg
Definition: looper.py:296
TSGFromL1Muon::theConfig
edm::ParameterSet theConfig
Definition: TSGFromL1Muon.h:33
TSGFromL1Muon::TSGFromL1Muon
TSGFromL1Muon(const edm::ParameterSet &cfg)
Definition: TSGFromL1Muon.cc:42
L1MuonParticle.h
ev
bool ev
Definition: Hydjet2Hadronizer.cc:97
EventSetup
ParameterSet.h
TSGFromL1Muon::produce
void produce(edm::Event &ev, const edm::EventSetup &es) override
Definition: TSGFromL1Muon.cc:64
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
PixelTrackFilter
Definition: PixelTrackFilter.h:8