CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TopQuarkAnalysis/TopEventProducers/python/sequences/ttGenEvent_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # produce ttGenEvent with all necessary ingredients
00005 #
00006 from TopQuarkAnalysis.TopEventProducers.producers.TopInitSubset_cfi import *
00007 from TopQuarkAnalysis.TopEventProducers.producers.TopDecaySubset_cfi import *
00008 from TopQuarkAnalysis.TopEventProducers.producers.TtGenEvtProducer_cfi import *
00009 
00010 makeGenEvt = cms.Sequence(initSubset*decaySubset*genEvt)
00011