CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TtFullLepHypKinSolution_cff.py
Go to the documentation of this file.
2 
3 #
4 # produce kinSolution hypothesis with all necessary
5 # ingredients
6 #
7 
8 ## std sequence to perform kinematic fit
9 import TopQuarkAnalysis.TopKinFitter.TtFullLepKinSolutionProducer_cfi
10 kinSolutionTtFullLepEventHypothesis = TopQuarkAnalysis.TopKinFitter.TtFullLepKinSolutionProducer_cfi.kinSolutionTtFullLepEvent.clone()
11 kinSolutionTtFullLepEventHypothesis.mumuChannel=True
12 
13 ## configure kinSolution hypothesis
15 
16 ## make hypothesis
17 makeHypothesis_kinSolution = cms.Sequence(kinSolutionTtFullLepEventHypothesis *
18  ttFullLepHypKinSolution
19  )
20 
configure kinSolution hypothesis