Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
TopQuarkAnalysis
TopEventProducers
interface
StGenEventReco.h
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/EDProducer.h
"
2
#include "
FWCore/Framework/interface/Event.h
"
3
#include "
FWCore/Utilities/interface/InputTag.h
"
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
6
#include "
AnalysisDataFormats/TopObjects/interface/StGenEvent.h
"
7
8
class
StGenEventReco
:
public
edm::EDProducer
{
9
public
:
10
explicit
StGenEventReco
(
const
edm::ParameterSet
&);
11
~StGenEventReco
()
override
;
12
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
13
14
private
:
15
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
16
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
17
};
Event.h
StGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
StGenEventReco.h:16
edm::EDGetTokenT< reco::GenParticleCollection >
edm::EDProducer
Definition:
EDProducer.h:36
StGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
StGenEventReco.h:15
ParameterSet.h
StGenEventReco::~StGenEventReco
~StGenEventReco() override
Definition:
StGenEventReco.cc:9
edm::EventSetup
Definition:
EventSetup.h:59
StGenEventReco
Definition:
StGenEventReco.h:8
EDProducer.h
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:47
StGenEventReco::StGenEventReco
StGenEventReco(const edm::ParameterSet &)
Definition:
StGenEventReco.cc:3
edm::Event
Definition:
Event.h:73
StGenEventReco::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
StGenEventReco.cc:11
StGenEvent.h
Generated for CMSSW Reference Manual by
1.8.5