CMS 3D CMS Logo

MuonLinksProducerForHLT.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_MuonLinksProducerForHLT_h
2 #define MuonIdentification_MuonLinksProducerForHLT_h
3 
13 // user include files
21 //#include "DataFormats/MuonReco/interface/Muon.h"
23 
25 public:
27 
28  ~MuonLinksProducerForHLT() override;
29 
30  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
31 
32 private:
37  double ptMin;
38  double pMin;
40 };
41 #endif
edm::StreamID
Definition: StreamID.h:30
MuonLinksProducerForHLT::theInclusiveTrackCollectionInInput
edm::InputTag theInclusiveTrackCollectionInInput
Definition: MuonLinksProducerForHLT.h:34
edm::EDGetTokenT< reco::MuonTrackLinksCollection >
MuonLinksProducerForHLT::pMin
double pMin
Definition: MuonLinksProducerForHLT.h:38
Track.h
TrackFwd.h
MuonFwd.h
edm::global::EDProducer
Definition: EDProducer.h:32
MuonLinksProducerForHLT::ptMin
double ptMin
Definition: MuonLinksProducerForHLT.h:37
edm::ParameterSet
Definition: ParameterSet.h:36
Event.h
MuonLinksProducerForHLT::linkToken_
edm::EDGetTokenT< reco::MuonTrackLinksCollection > linkToken_
Definition: MuonLinksProducerForHLT.h:35
MuonLinksProducerForHLT::produce
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
Definition: MuonLinksProducerForHLT.cc:36
edm::EventSetup
Definition: EventSetup.h:57
MuonLinksProducerForHLT::trackToken_
edm::EDGetTokenT< reco::TrackCollection > trackToken_
Definition: MuonLinksProducerForHLT.h:36
MuonLinksProducerForHLT::shareHitFraction
double shareHitFraction
Definition: MuonLinksProducerForHLT.h:39
MuonLinksProducerForHLT::MuonLinksProducerForHLT
MuonLinksProducerForHLT(const edm::ParameterSet &)
Definition: MuonLinksProducerForHLT.cc:22
MuonLinksProducerForHLT
Definition: MuonLinksProducerForHLT.h:24
Frameworkfwd.h
ParameterSet.h
EDProducer.h
MuonLinksProducerForHLT::theLinkCollectionInInput
edm::InputTag theLinkCollectionInInput
Definition: MuonLinksProducerForHLT.h:33
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
MuonLinksProducerForHLT::~MuonLinksProducerForHLT
~MuonLinksProducerForHLT() override
Definition: MuonLinksProducerForHLT.cc:34