Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CalibTracker
SiStripCommon
interface
ShallowTracksProducer.h
Go to the documentation of this file.
1
#ifndef SHALLOW_TRACKS_PRODUCER
2
#define SHALLOW_TRACKS_PRODUCER
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/Utilities/interface/InputTag.h
"
7
#include "
DataFormats/TrackReco/interface/Track.h
"
8
9
class
ShallowTracksProducer
:
public
edm::EDProducer
{
10
public
:
11
explicit
ShallowTracksProducer
(
const
edm::ParameterSet
&);
12
private
:
13
const
edm::EDGetTokenT<edm::View<reco::Track>
>
tracks_token_
;
14
edm::InputTag
theTracksLabel
;
15
std::string
Prefix
;
16
std::string
Suffix
;
17
void
produce
(
edm::Event
&,
const
edm::EventSetup
& );
18
};
19
#endif
ShallowTracksProducer::produce
void produce(edm::Event &, const edm::EventSetup &)
Definition:
ShallowTracksProducer.cc:44
edm::EDGetTokenT
Definition:
EDGetToken.h:32
Frameworkfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::EDProducer
Definition:
EDProducer.h:35
ShallowTracksProducer::tracks_token_
const edm::EDGetTokenT< edm::View< reco::Track > > tracks_token_
Definition:
ShallowTracksProducer.h:13
edm::EventSetup
Definition:
EventSetup.h:45
ShallowTracksProducer::ShallowTracksProducer
ShallowTracksProducer(const edm::ParameterSet &)
Definition:
ShallowTracksProducer.cc:10
EDProducer.h
ShallowTracksProducer::theTracksLabel
edm::InputTag theTracksLabel
Definition:
ShallowTracksProducer.h:14
ShallowTracksProducer::Suffix
std::string Suffix
Definition:
ShallowTracksProducer.h:16
ShallowTracksProducer::Prefix
std::string Prefix
Definition:
ShallowTracksProducer.h:15
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:65
Track.h
ShallowTracksProducer
Definition:
ShallowTracksProducer.h:9
Generated for CMSSW Reference Manual by
1.8.5