Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 TtSemiLepHypKinFit = cms.EDProducer("TtSemiLepHypKinFit",
00007
00008 mets = cms.InputTag("patMETs"),
00009
00010 jets = cms.InputTag("selectedPatJets"),
00011
00012 leps = cms.InputTag("selectedPatMuons"),
00013
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