CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/TopQuarkAnalysis/TopEventProducers/python/tqafSequences_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ## produce ttGenEvent
00004 from TopQuarkAnalysis.TopEventProducers.sequences.ttGenEvent_cff import *
00005 
00006 ## produce kin fit for signal selection
00007 from TopQuarkAnalysis.TopEventProducers.sequences.ttSemiLepKinematicFit_cff import *
00008 
00009 ## produce mva discriminant for signal selection
00010 from TopQuarkAnalysis.TopEventProducers.sequences.ttSemiLepMVASelection_cff import *
00011 
00012 ## produce ttSemiEvent
00013 from TopQuarkAnalysis.TopEventProducers.sequences.ttSemiLepEvtBuilder_cff import *
00014 
00015 ## make tqaf layer2
00016 tqafTtSemiLeptonic = cms.Sequence(makeGenEvt *
00017                                   makeTtSemiLepKinematicFit +
00018                                   makeTtSemiLepMVASelDiscriminant +
00019                                   makeTtSemiLepEvent
00020                                   )