1 import FWCore.ParameterSet.Config
as cms
6 ttSemiLepHypHitFit = cms.EDProducer(
"TtSemiLepHypHitFit",
8 mets = cms.InputTag(
"patMETs"),
10 jets = cms.InputTag(
"selectedPatJetsAK4PF"),
12 leps = cms.InputTag(
"selectedPatMuons"),
14 match = cms.InputTag(
"hitFitTtSemiLepEventHypothesis"),
15 status = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"Status"),
16 leptons = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"Leptons"),
17 neutrinos = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"Neutrinos"),
18 partonsHadP = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"PartonsHadP"),
19 partonsHadQ = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"PartonsHadQ"),
20 partonsHadB = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"PartonsHadB"),
21 partonsLepB = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"PartonsLepB"),
23 nJetsConsidered = cms.InputTag(
"hitFitTtSemiLepEventHypothesis",
"NumberOfConsideredJets")