CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TopQuarkAnalysis/TopJetCombination/python/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     ## met input
00008     mets  = cms.InputTag("patMETs"),
00009     ## jet input
00010     jets  = cms.InputTag("selectedPatJets"),
00011     ## lepton input                    
00012     leps  = cms.InputTag("selectedPatMuons"),
00013     ## kin fit results
00014     match       = cms.InputTag("kinFitTtSemiLepEventHypothesis"),
00015     status      = cms.InputTag("kinFitTtSemiLepEventHypothesis","Status"),
00016     Leptons     = cms.InputTag("kinFitTtSemiLepEventHypothesis","Leptons"),
00017     neutrinos   = cms.InputTag("kinFitTtSemiLepEventHypothesis","Neutrinos"),                                    
00018     partonsHadP = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsHadP"),
00019     partonsHadQ = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsHadQ"),
00020     partonsHadB = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsHadB"),
00021     partonsLepB = cms.InputTag("kinFitTtSemiLepEventHypothesis","PartonsLepB")
00022 )
00023 
00024