Main Page
Namespaces
Classes
Package Documentation
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
10
public
:
11
12
explicit
StGenEventReco
(
const
edm::ParameterSet
&);
13
~StGenEventReco
()
override
;
14
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
15
16
private
:
17
18
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
19
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
20
};
Event.h
StGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
StGenEventReco.h:19
edm::EDGetTokenT< reco::GenParticleCollection >
edm::EDProducer
Definition:
EDProducer.h:36
StGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
StGenEventReco.h:18
ParameterSet.h
StGenEventReco::~StGenEventReco
~StGenEventReco() override
Definition:
StGenEventReco.cc:10
edm::EventSetup
Definition:
EventSetup.h:57
StGenEventReco
Definition:
StGenEventReco.h:8
EDProducer.h
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
StGenEventReco::StGenEventReco
StGenEventReco(const edm::ParameterSet &)
Definition:
StGenEventReco.cc:3
edm::Event
Definition:
Event.h:71
StGenEventReco::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
StGenEventReco.cc:15
StGenEvent.h
Generated for CMSSW Reference Manual by
1.8.11