00001 cms.EDProducer("TtSemiLepHypHitFit",
00002
00003 mets = cms.InputTag("patMETs"),
00004
00005 jets = cms.InputTag("selectedPatJetsAK5PF"),
00006
00007 leps = cms.InputTag("selectedPatMuons"),
00008
00009 match = cms.InputTag("hitFitTtSemiLepEventHypothesis"),
00010 status = cms.InputTag("hitFitTtSemiLepEventHypothesis","Status"),
00011 Leptons = cms.InputTag("hitFitTtSemiLepEventHypothesis","Leptons"),
00012 neutrinos = cms.InputTag("hitFitTtSemiLepEventHypothesis","Neutrinos"),
00013 partonsHadP = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadP"),
00014 partonsHadQ = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadQ"),
00015 partonsHadB = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsHadB"),
00016 partonsLepB = cms.InputTag("hitFitTtSemiLepEventHypothesis","PartonsLepB"),
00017
00018 nJetsConsidered = cms.InputTag("hitFitTtSemiLepEventHypothesis","NumberOfConsideredJets")
00019 )