Main Page
Namespaces
Classes
Package Documentation
TopQuarkAnalysis
TopEventProducers
interface
TtGenEventReco.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
#include "
DataFormats/HepMCCandidate/interface/GenParticleFwd.h
"
6
7
class
TtGenEventReco
:
public
edm::EDProducer
{
8
9
public
:
10
11
explicit
TtGenEventReco
(
const
edm::ParameterSet
&);
12
~TtGenEventReco
()
override
;
13
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
14
15
private
:
16
17
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
18
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
19
};
TtGenEventReco::~TtGenEventReco
~TtGenEventReco() override
Definition:
TtGenEventReco.cc:12
TtGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
TtGenEventReco.h:18
TtGenEventReco
Definition:
TtGenEventReco.h:7
Event.h
edm::EDGetTokenT< reco::GenParticleCollection >
edm::EDProducer
Definition:
EDProducer.h:35
ParameterSet.h
TtGenEventReco::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
TtGenEventReco.cc:17
TtGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
TtGenEventReco.h:17
GenParticleFwd.h
edm::EventSetup
Definition:
EventSetup.h:52
EDProducer.h
InputTag.h
TtGenEventReco::TtGenEventReco
TtGenEventReco(const edm::ParameterSet &)
Definition:
TtGenEventReco.cc:5
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
Generated for CMSSW Reference Manual by
1.8.11