CMS 3D CMS Logo

TSGFromL2Muon.h
Go to the documentation of this file.
1 #ifndef RecoMuon_TrackerSeedGenerator_TSGFromL2Muon_H
2 #define RecoMuon_TrackerSeedGenerator_TSGFromL2Muon_H
3 
13 #include <vector>
14 
15 // Forward declare classes from same package (RecoMuon):
16 class MuonServiceProxy;
19 class TrackerSeedCleaner;
20 
21 //
22 // Generate tracker seeds from L2 muons
23 //
25 public:
27  ~TSGFromL2Muon() override;
28  void beginRun(const edm::Run& run, const edm::EventSetup& es) override;
29  void produce(edm::Event& ev, const edm::EventSetup& es) override;
30  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
31 
32 private:
34  std::unique_ptr<MuonServiceProxy> theService;
35  double thePtCut, thePCut;
36  std::unique_ptr<MuonTrackingRegionBuilder> theRegionBuilder;
37  std::unique_ptr<TrackerSeedGenerator> theTkSeedGenerator;
38  std::unique_ptr<TrackerSeedCleaner> theSeedCleaner;
40 };
41 #endif
MuonTrackingRegionBuilder
Definition: MuonTrackingRegionBuilder.h:43
Handle.h
MessageLogger.h
L3MuonTrajectorySeedCollection.h
edm::Run
Definition: Run.h:45
edm::EDGetTokenT< reco::TrackCollection >
TSGFromL2Muon::theSeedCleaner
std::unique_ptr< TrackerSeedCleaner > theSeedCleaner
Definition: TSGFromL2Muon.h:38
TSGFromL2Muon::theService
std::unique_ptr< MuonServiceProxy > theService
Definition: TSGFromL2Muon.h:34
EDProducer.h
TSGFromL2Muon::produce
void produce(edm::Event &ev, const edm::EventSetup &es) override
Definition: TSGFromL2Muon.cc:58
TSGFromL2Muon::fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
Definition: TSGFromL2Muon.cc:123
TSGFromL2Muon::theRegionBuilder
std::unique_ptr< MuonTrackingRegionBuilder > theRegionBuilder
Definition: TSGFromL2Muon.h:36
TrackerTopology.h
TrackerSeedCleaner
Definition: TrackerSeedCleaner.h:38
TSGFromL2Muon::thePCut
double thePCut
Definition: TSGFromL2Muon.h:35
TSGFromL2Muon
Definition: TSGFromL2Muon.h:24
L3MuonTrajectorySeed.h
edm::ConfigurationDescriptions
Definition: ConfigurationDescriptions.h:28
TrackerSeedGenerator
Definition: TrackerSeedGenerator.h:24
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
TSGFromL2Muon::theTkSeedGenerator
std::unique_ptr< TrackerSeedGenerator > theTkSeedGenerator
Definition: TSGFromL2Muon.h:37
edm::stream::EDProducer
Definition: EDProducer.h:38
edm::EventSetup
Definition: EventSetup.h:58
TSGFromL2Muon::~TSGFromL2Muon
~TSGFromL2Muon() override
looper.cfg
cfg
Definition: looper.py:297
writedatasetfile.run
run
Definition: writedatasetfile.py:27
TSGFromL2Muon::TSGFromL2Muon
TSGFromL2Muon(const edm::ParameterSet &cfg)
Definition: TSGFromL2Muon.cc:10
ev
bool ev
Definition: Hydjet2Hadronizer.cc:95
TSGFromL2Muon::theL2CollectionLabel
edm::InputTag theL2CollectionLabel
Definition: TSGFromL2Muon.h:33
EventSetup.h
TSGFromL2Muon::thePtCut
double thePtCut
Definition: TSGFromL2Muon.h:35
ParameterSet.h
MuonServiceProxy
Definition: MuonServiceProxy.h:38
TSGFromL2Muon::beginRun
void beginRun(const edm::Run &run, const edm::EventSetup &es) override
Definition: TSGFromL2Muon.cc:49
edm::Event
Definition: Event.h:73
TSGFromL2Muon::l2muonToken
edm::EDGetTokenT< reco::TrackCollection > l2muonToken
Definition: TSGFromL2Muon.h:39
edm::InputTag
Definition: InputTag.h:15