CMS 3D CMS Logo

TtSemiLepHypKinFit_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # produce kinFit hypothesis with all necessary
5 # ingredients
6 #
7 
8 ## std sequence to perform kinematic fit
9 import TopQuarkAnalysis.TopKinFitter.TtSemiLepKinFitProducer_Muons_cfi
10 kinFitTtSemiLepEventHypothesis = TopQuarkAnalysis.TopKinFitter.TtSemiLepKinFitProducer_Muons_cfi.kinFitTtSemiLepEvent.clone()
11 
12 ## configure kinFit hypothesis
14 
15 ## make hypothesis
16 makeHypothesis_kinFitTask = cms.Task(
17  kinFitTtSemiLepEventHypothesis,
18  ttSemiLepHypKinFit
19 )
20 makeHypothesis_kinFit = cms.Sequence(makeHypothesis_kinFitTask)
configure kinFit hypothesis