Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006 TtFullLepHypKinSolution = cms.EDProducer("TtFullLepHypKinSolution",
00007 electrons = cms.InputTag("selectedPatElectrons"),
00008 muons = cms.InputTag("selectedPatMuons"),
00009 jets = cms.InputTag("selectedPatJets"),
00010 mets = cms.InputTag("patMETs"),
00011
00012 match = cms.InputTag("kinSolutionTtFullLepEventHypothesis"),
00013 Neutrinos = cms.InputTag("kinSolutionTtFullLepEventHypothesis","fullLepNeutrinos"),
00014 NeutrinoBars = cms.InputTag("kinSolutionTtFullLepEventHypothesis","fullLepNeutrinoBars"),
00015 solutionWeight = cms.InputTag("kinSolutionTtFullLepEventHypothesis","solWeight"),
00016 jetCorrectionLevel = cms.string("L3Absolute")
00017 )
00018
00019