Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002 softPFElectronByPtBJetTags = cms.EDProducer("JetTagProducer",
00003 jetTagComputer = cms.string('softPFElectronByPt'),
00004 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00005 )
00006 softPFElectronByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
00007 ipSign = cms.string("any")
00008 )
00009 negativeSoftPFElectronByPtBJetTags = cms.EDProducer("JetTagProducer",
00010 jetTagComputer = cms.string('negativeSoftPFElectronByPt'),
00011 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00012 )
00013 negativeSoftPFElectronByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
00014 ipSign = cms.string("negative")
00015 )
00016 positiveSoftPFElectronByPtBJetTags = cms.EDProducer("JetTagProducer",
00017 jetTagComputer = cms.string('positiveSoftPFElectronByPt'),
00018 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00019 )
00020 positiveSoftPFElectronByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
00021 ipSign = cms.string("positive")
00022 )
00023 softPFMuonByPtBJetTags = cms.EDProducer("JetTagProducer",
00024 jetTagComputer = cms.string('softPFMuonByPt'),
00025 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00026 )
00027 softPFMuonByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
00028 ipSign = cms.string("any")
00029 )
00030 negativeSoftPFMuonByPtBJetTags = cms.EDProducer("JetTagProducer",
00031 jetTagComputer = cms.string('negativeSoftPFMuonByPt'),
00032 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00033 )
00034 negativeSoftPFMuonByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
00035 ipSign = cms.string("negative")
00036 )
00037 positiveSoftPFMuonByPtBJetTags = cms.EDProducer("JetTagProducer",
00038 jetTagComputer = cms.string('positiveSoftPFMuonByPt'),
00039 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00040 )
00041 positiveSoftPFMuonByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
00042 ipSign = cms.string("positive")
00043 )