CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ttSemiLepKinematicFit_cff.py
Go to the documentation of this file.
2 
3 #
4 # make kinematic fit for selection of semileptonic events
5 #
6 
7 ## std sequence to perform kinematic fit
8 import TopQuarkAnalysis.TopKinFitter.TtSemiLepKinFitProducer_Muons_cfi
9 kinFitTtSemiLepEventSelection = TopQuarkAnalysis.TopKinFitter.TtSemiLepKinFitProducer_Muons_cfi.kinFitTtSemiLepEvent.clone()
10 
11 ## make kin fit for event selection
12 makeTtSemiLepKinematicFit = cms.Sequence(kinFitTtSemiLepEventSelection)