Main Page
Namespaces
Classes
Package Documentation
RecoMuon
L2MuonProducer
src
L2MuonCandidateProducer.h
Go to the documentation of this file.
1
#ifndef RecoMuon_L2MuonProducer_L2MuonCandidateProducer_H
2
#define RecoMuon_L2MuonProducer_L2MuonCandidateProducer_H
3
21
#include "
FWCore/Framework/interface/global/EDProducer.h
"
22
#include "
FWCore/Utilities/interface/InputTag.h
"
23
#include "
DataFormats/TrackReco/interface/Track.h
"
24
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
25
26
namespace
edm
{
class
ParameterSet
;
class
Event
;
class
EventSetup
;}
27
28
class
L2MuonCandidateProducer
:
public
edm::global::EDProducer
<> {
29
30
public
:
31
33
L2MuonCandidateProducer
(
const
edm::ParameterSet
&);
34
36
~
L2MuonCandidateProducer
()
override
;
37
39
void
produce(
edm::StreamID
sid,
edm::Event
&
event
,
const
edm::EventSetup
&)
const override
;
40
41
private
:
42
43
// StandAlone Collection Label
44
edm::InputTag
theSACollectionLabel
;
45
edm::EDGetTokenT<reco::TrackCollection>
tracksToken
;
46
};
47
48
#endif
EDProducer.h
ParameterSet
Definition:
Functions.h:16
edm::StreamID
Definition:
StreamID.h:30
L2MuonCandidateProducer::tracksToken
edm::EDGetTokenT< reco::TrackCollection > tracksToken
Definition:
L2MuonCandidateProducer.h:45
TrackFwd.h
edm::EDGetTokenT< reco::TrackCollection >
EventSetup
edm::EventSetup
Definition:
EventSetup.h:57
edm::global::EDProducer
Definition:
EDProducer.h:32
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
Track.h
L2MuonCandidateProducer
Definition:
L2MuonCandidateProducer.h:28
L2MuonCandidateProducer::theSACollectionLabel
edm::InputTag theSACollectionLabel
Definition:
L2MuonCandidateProducer.h:44
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.11