CMS 3D CMS Logo

TtFullHadHypKinFit_cfi.py
Go to the documentation of this file.
1 
2 import FWCore.ParameterSet.Config as cms
3 
4 #
5 # module to make the kinematic fit hypothesis
6 #
7 ttFullHadHypKinFit = cms.EDProducer("TtFullHadHypKinFit",
8  ## jet input
9  jets = cms.InputTag("selectedPatJets"),
10  ## kin fit results
11  match = cms.InputTag("kinFitTtFullHadEventHypothesis"),
12  status = cms.InputTag("kinFitTtFullHadEventHypothesis","Status"),
13  lightQTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightQ"),
14  lightQBarTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightQBar"),
15  lightPTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightP"),
16  lightPBarTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightPBar"),
17  bTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsB"),
18  bBarTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsBBar")
19 )