File indexing completed on 2024-04-06 12:31:21
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004
0005
0006 ttFullLepHypKinSolution = cms.EDProducer("TtFullLepHypKinSolution",
0007 electrons = cms.InputTag("selectedPatElectrons"),
0008 muons = cms.InputTag("selectedPatMuons"),
0009 jets = cms.InputTag("selectedPatJets"),
0010 mets = cms.InputTag("patMETs"),
0011
0012 match = cms.InputTag("kinSolutionTtFullLepEventHypothesis"),
0013 Neutrinos = cms.InputTag("kinSolutionTtFullLepEventHypothesis","fullLepNeutrinos"),
0014 NeutrinoBars = cms.InputTag("kinSolutionTtFullLepEventHypothesis","fullLepNeutrinoBars"),
0015 solutionWeight = cms.InputTag("kinSolutionTtFullLepEventHypothesis","solWeight"),
0016 jetCorrectionLevel = cms.string("L3Absolute")
0017 )
0018
0019