Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
TopQuarkAnalysis
TopEventProducers
python
producers
TtGenEvtProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# module to combine the persistent genParticles
5
# from the top decay and top mothers
6
#
7
genEvt = cms.EDProducer(
"TtGenEventReco"
,
8
src = cms.InputTag(
"decaySubset"
),
9
init = cms.InputTag(
"initSubset"
)
10
)
11
12
Config
Generated for CMSSW Reference Manual by
1.8.5