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