CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/TopQuarkAnalysis/TopJetCombination/python/TtSemiLepHypHitFit_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 TtSemiLepHypHitFit = cms.EDProducer("TtSemiLepHypHitFit",
00007     ## met input
00008     mets  = cms.InputTag("patMETs"),
00009     ## jet input
00010     jets  = cms.InputTag("selectedPatJetsAK5PF"),
00011     ## lepton input                    
00012     leps  = cms.InputTag("selectedPatMuons"),
00013     ## kin fit results
00014     match       = cms.InputTag("hitFitTtSemiLepEventHypothesis"),
00015     status      = cms.InputTag("hitFitTtSemiLepEventHypothesis","Status"),
00016     Leptons     = cms.InputTag("hitFitTtSemiLepEventHypothesis","Leptons"),
00017     neutrinos   = cms.InputTag("hitFitTtSemiLepEventHypothesis","Neutrinos"),                                    
00018     partonsHadP = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadP"),
00019     partonsHadQ = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadQ"),
00020     partonsHadB = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadB"),
00021     partonsLepB = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsLepB"),
00022     ## number of considered jets
00023     nJetsConsidered = cms.InputTag("hitFitTtSemiLepEventHypothesis","NumberOfConsideredJets")
00024 )
00025 
00026