CMS 3D CMS Logo

ttGenEvent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce ttGenEvent with all necessary ingredients
5 #
9 
10 makeGenEvtTask = cms.Task(
11  initSubset,
12  decaySubset,
13  genEvt
14 )
15 makeGenEvt = cms.Sequence(makeGenEvtTask)