CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # make kinematic fit for selection of semileptonic events
00005 #
00006 
00007 ## std sequence to perform kinematic fit
00008 import TopQuarkAnalysis.TopKinFitter.TtSemiLepKinFitProducer_Muons_cfi
00009 kinFitTtSemiLepEventSelection = TopQuarkAnalysis.TopKinFitter.TtSemiLepKinFitProducer_Muons_cfi.kinFitTtSemiLepEvent.clone()
00010 
00011 ## make kin fit for event selection
00012 makeTtSemiLepKinematicFit = cms.Sequence(kinFitTtSemiLepEventSelection)