CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TopQuarkAnalysis/TopJetCombination/python/TtFullHadHypKinFit_cfi.py

Go to the documentation of this file.
00001 
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 #
00005 # module to make the kinematic fit hypothesis
00006 #
00007 TtFullHadHypKinFit = cms.EDProducer("TtFullHadHypKinFit",
00008     ## jet input
00009     jets  = cms.InputTag("selectedPatJets"),
00010     ## kin fit results
00011     match        = cms.InputTag("kinFitTtFullHadEventHypothesis"),
00012     status       = cms.InputTag("kinFitTtFullHadEventHypothesis","Status"),
00013     lightQTag    = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightQ"),
00014     lightQBarTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightQBar"),
00015     lightPTag    = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightP"),
00016     lightPBarTag = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsLightPBar"),
00017     bTag         = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsB"),
00018     bBarTag      = cms.InputTag("kinFitTtFullHadEventHypothesis","PartonsBBar")
00019 )