CMS 3D CMS Logo

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