CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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