Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 from TopQuarkAnalysis.TopEventProducers.sequences.ttGenEvent_cff import *
00005
00006
00007 from TopQuarkAnalysis.TopEventProducers.sequences.ttSemiLepKinematicFit_cff import *
00008
00009
00010 from TopQuarkAnalysis.TopEventProducers.sequences.ttSemiLepMVASelection_cff import *
00011
00012
00013 from TopQuarkAnalysis.TopEventProducers.sequences.ttSemiLepEvtBuilder_cff import *
00014
00015
00016 tqafTtSemiLeptonic = cms.Sequence(makeGenEvt *
00017 makeTtSemiLepKinematicFit +
00018 makeTtSemiLepMVASelDiscriminant +
00019 makeTtSemiLepEvent
00020 )