CMS 3D CMS Logo

TtSemiLepHypKinFit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # module to make the kinematic fit hypothesis
00005 #
00006 ttSemiLepHypKinFit = cms.EDProducer("TtSemiLepHypKinFit",
00007     jets  = cms.InputTag("selectedLayer1Jets"),
00008     leps  = cms.InputTag("selectedLayer1Muons"),
00009     mets  = cms.InputTag("selectedLayer1METs"),
00010     match       = cms.InputTag("kinFitTtSemiLepEventHypothesis"),
00011     status      = cms.InputTag("kinFitTtSemiLepEventHypothesis","Status"),
00012     partonsHadP = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsHadP"),
00013     partonsHadQ = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsHadQ"),
00014     partonsHadB = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsHadB"),
00015     partonsLepB = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsLepB"),
00016     leptons     = cms.InputTag("kinFitTtSemiLepEventHypothesis","Leptons"),
00017     neutrinos   = cms.InputTag("kinFitTtSemiLepEventHypothesis","Neutrinos")
00018 )
00019 
00020 

Generated on Tue Jun 9 17:48:13 2009 for CMSSW by  doxygen 1.5.4