CMS 3D CMS Logo

tqafSequences_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ## produce ttGenEvent
5 
6 ## produce kin fit for signal selection
8 
9 ## produce mva discriminant for signal selection
11 
12 ## produce ttSemiEvent
14 
15 ### make tqaf layer2
16 tqafTtSemiLeptonicTask = cms.Task(
17  makeGenEvtTask,
18  makeTtSemiLepKinematicFitTask,
19  makeTtSemiLepMVASelDiscriminantTask,
20  makeTtSemiLepEventTask
21 )
22 #tqafTtSemiLeptonic = cms.Sequence(tqafSequencesTask)
produce mva discriminant for signal selection
produce ttSemiEvent
produce ttGenEvent
produce kin fit for signal selection