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
};
StGenEventReco::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
StGenEventReco.cc:11
StGenEventReco
Definition:
StGenEventReco.h:8
EDProducer.h
edm::EDGetTokenT< reco::GenParticleCollection >
StGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
StGenEventReco.h:16
StGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
StGenEventReco.h:15
StGenEventReco::StGenEventReco
StGenEventReco(const edm::ParameterSet &)
Definition:
StGenEventReco.cc:3
StGenEvent.h
edm::ParameterSet
Definition:
ParameterSet.h:47
Event.h
edm::EventSetup
Definition:
EventSetup.h:57
InputTag.h
edm::EDProducer
Definition:
EDProducer.h:35
ParameterSet.h
StGenEventReco::~StGenEventReco
~StGenEventReco() override
Definition:
StGenEventReco.cc:9
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16