CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TopQuarkAnalysis/TopEventProducers/python/tqafSequences_old_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 ## produce event solution
00006 from TopQuarkAnalysis.TopEventProducers.producers.TtSemiEvtSolProducer_cfi import *
00007 ## make tqaf layer2
00008 tqafLayer2_ttSemiLeptonic_old = cms.Sequence(makeGenEvt * solutions)
00009 
00010 
00011 ## produce ttGenEvent
00012 from TopQuarkAnalysis.TopEventProducers.sequences.ttGenEvent_cff import *
00013 ## produce event solution
00014 from TopQuarkAnalysis.TopEventProducers.producers.TtDilepEvtSolProducer_cfi import *
00015 ## make tqaf layer2
00016 tqafLayer2_ttFullLeptonic_old = cms.Sequence(makeGenEvt*solutions)