CMS 3D CMS Logo

ShallowTracksProducer.h
Go to the documentation of this file.
1 #ifndef SHALLOW_TRACKS_PRODUCER
2 #define SHALLOW_TRACKS_PRODUCER
3 
8 
10 public:
11  explicit ShallowTracksProducer(const edm::ParameterSet &);
12 
13 private:
18  void produce(edm::Event &, const edm::EventSetup &) override;
19 };
20 #endif
ShallowTracksProducer::theTracksLabel
edm::InputTag theTracksLabel
Definition: ShallowTracksProducer.h:15
EDProducer.h
edm::EDGetTokenT
Definition: EDGetToken.h:33
ShallowTracksProducer::ShallowTracksProducer
ShallowTracksProducer(const edm::ParameterSet &)
Definition: ShallowTracksProducer.cc:9
ShallowTracksProducer::Suffix
std::string Suffix
Definition: ShallowTracksProducer.h:17
Track.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:36
ShallowTracksProducer::Prefix
std::string Prefix
Definition: ShallowTracksProducer.h:16
ShallowTracksProducer::tracks_token_
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_token_
Definition: ShallowTracksProducer.h:14
edm::EventSetup
Definition: EventSetup.h:57
InputTag.h
Frameworkfwd.h
edm::EDProducer
Definition: EDProducer.h:36
ShallowTracksProducer
Definition: ShallowTracksProducer.h:9
edm::Event
Definition: Event.h:73
ShallowTracksProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition: ShallowTracksProducer.cc:41
edm::InputTag
Definition: InputTag.h:15