CMS 3D CMS Logo

TtFullHadHypKinFit_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 
9 import TopQuarkAnalysis.TopKinFitter.TtFullHadKinFitProducer_cfi
10 kinFitTtFullHadEventHypothesis = TopQuarkAnalysis.TopKinFitter.TtFullHadKinFitProducer_cfi.kinFitTtFullHadEvent.clone()
11 
12 
14 
15 
16 makeHypothesis_kinFitTask = cms.Task(
17  kinFitTtFullHadEventHypothesis,
18  ttFullHadHypKinFit
19 )
20 makeHypothesis_kinFit = cms.Sequence(makeHypothesis_kinFitTask)
configure kinFit hypothesis