Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
10
public
:
11
12
explicit
StGenEventReco
(
const
edm::ParameterSet
&);
13
~StGenEventReco
();
14
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
15
16
private
:
17
18
edm::EDGetTokenT<reco::GenParticleCollection>
srcToken_
;
19
edm::EDGetTokenT<reco::GenParticleCollection>
initToken_
;
20
};
StGenEventReco::~StGenEventReco
~StGenEventReco()
Definition:
StGenEventReco.cc:10
Event.h
StGenEventReco::initToken_
edm::EDGetTokenT< reco::GenParticleCollection > initToken_
Definition:
StGenEventReco.h:19
edm::EDGetTokenT< reco::GenParticleCollection >
edm::EDProducer
Definition:
EDProducer.h:33
StGenEventReco::srcToken_
edm::EDGetTokenT< reco::GenParticleCollection > srcToken_
Definition:
StGenEventReco.h:18
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:44
StGenEventReco
Definition:
StGenEventReco.h:8
EDProducer.h
InputTag.h
StGenEventReco::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
StGenEventReco.cc:15
edm::ParameterSet
Definition:
ParameterSet.h:35
StGenEventReco::StGenEventReco
StGenEventReco(const edm::ParameterSet &)
Definition:
StGenEventReco.cc:3
edm::Event
Definition:
Event.h:62
StGenEvent.h
Generated for CMSSW Reference Manual by
1.8.5