CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtFullHadHypKinFit_cff.py
Go to the documentation of this file.
2 
3 #
4 # produce kinFit hypothesis with all necessary
5 # ingredients
6 #
7 
8 ## std sequence to perform kinematic fit
9 import TopQuarkAnalysis.TopKinFitter.TtFullHadKinFitProducer_cfi
10 kinFitTtFullHadEventHypothesis = TopQuarkAnalysis.TopKinFitter.TtFullHadKinFitProducer_cfi.kinFitTtFullHadEvent.clone()
11 
12 ## configure kinFit hypothesis
14 
15 ## make hypothesis
16 makeHypothesis_kinFit = cms.Sequence(kinFitTtFullHadEventHypothesis *
17  ttFullHadHypKinFit)
18 
configure kinFit hypothesis