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
();
12
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
13
14
private
:
15
16
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
17
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
18
};
TtGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
TtGenEventReco.h:17
TtGenEventReco
Definition:
TtGenEventReco.h:6
TtGenEventReco::~TtGenEventReco
~TtGenEventReco()
Definition:
TtGenEventReco.cc:12
Event.h
edm::EDGetTokenT< reco::GenParticleCollection >
edm::EDProducer
Definition:
EDProducer.h:35
ParameterSet.h
TtGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
TtGenEventReco.h:16
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
TtGenEventReco::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
TtGenEventReco.cc:17
InputTag.h
TtGenEventReco::TtGenEventReco
TtGenEventReco(const edm::ParameterSet &)
Definition:
TtGenEventReco.cc:5
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:66
Generated for CMSSW Reference Manual by
1.8.11