TopQuarkAnalysis
TopEventProducers
python
sequences
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
#
6
from
TopQuarkAnalysis.TopEventProducers.producers.TopInitSubset_cfi
import
*
7
from
TopQuarkAnalysis.TopEventProducers.producers.TopDecaySubset_cfi
import
*
8
from
TopQuarkAnalysis.TopEventProducers.producers.StGenEvtProducer_cfi
import
*
9
10
makeGenEvtTask = cms.Task(
11
initSubset,
12
decaySubset,
13
genEvtSingleTop
14
)
15
makeGenEvt = cms.Sequence(makeGenEvtTask)
TopInitSubset_cfi
TopDecaySubset_cfi
StGenEvtProducer_cfi
Generated for CMSSW Reference Manual by
1.8.16