Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
public
:
9
explicit
TtGenEventReco
(
const
edm::ParameterSet
&);
10
~TtGenEventReco
()
override
;
11
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
12
13
private
:
14
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
15
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
16
};
TtGenEventReco::~TtGenEventReco
~TtGenEventReco() override
Definition:
TtGenEventReco.cc:11
TtGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
TtGenEventReco.h:15
TtGenEventReco
Definition:
TtGenEventReco.h:7
Event.h
edm::EDGetTokenT< reco::GenParticleCollection >
edm::EDProducer
Definition:
EDProducer.h:36
ParameterSet.h
TtGenEventReco::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
TtGenEventReco.cc:13
TtGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
TtGenEventReco.h:14
GenParticleFwd.h
edm::EventSetup
Definition:
EventSetup.h:59
EDProducer.h
InputTag.h
TtGenEventReco::TtGenEventReco
TtGenEventReco(const edm::ParameterSet &)
Definition:
TtGenEventReco.cc:5
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.5