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
6
class
TtGenEventReco
:
public
edm::EDProducer
{
7
8
public
:
9
10
explicit
TtGenEventReco
(
const
edm::ParameterSet
&);
11
~TtGenEventReco
()
override
;
12
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
13
14
private
:
15
16
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
17
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
18
};
TtGenEventReco::~TtGenEventReco
~TtGenEventReco() override
Definition:
TtGenEventReco.cc:12
TtGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
TtGenEventReco.h:17
TtGenEventReco
Definition:
TtGenEventReco.h:6
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:16
edm::EventSetup
Definition:
EventSetup.h:44
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:69
Generated for CMSSW Reference Manual by
1.8.11