Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002 softPFElectronByIP3dBJetTags = cms.EDProducer("JetTagProducer",
00003 jetTagComputer = cms.string('softPFElectronByIP3d'),
00004 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00005 )
00006 softPFElectronByIP3d = cms.ESProducer("LeptonTaggerByIPESProducer",
00007 use3d = cms.bool(True),
00008 ipSign = cms.string("any")
00009 )
00010 negativeSoftPFElectronByIP3dBJetTags = cms.EDProducer("JetTagProducer",
00011 jetTagComputer = cms.string('negativeSoftPFElectronByIP3d'),
00012 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00013 )
00014 negativeSoftPFElectronByIP3d = cms.ESProducer("LeptonTaggerByIPESProducer",
00015 use3d = cms.bool(True),
00016 ipSign = cms.string("negative")
00017 )
00018 positiveSoftPFElectronByIP3dBJetTags = cms.EDProducer("JetTagProducer",
00019 jetTagComputer = cms.string('positiveSoftPFElectronByIP3d'),
00020 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00021 )
00022 positiveSoftPFElectronByIP3d = cms.ESProducer("LeptonTaggerByIPESProducer",
00023 use3d = cms.bool(True),
00024 ipSign = cms.string("positive")
00025 )
00026 softPFMuonByIP3dBJetTags = cms.EDProducer("JetTagProducer",
00027 jetTagComputer = cms.string('softPFMuonByIP3d'),
00028 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00029 )
00030 softPFMuonByIP3d = cms.ESProducer("LeptonTaggerByIPESProducer",
00031 use3d = cms.bool(True),
00032 ipSign = cms.string("any")
00033 )
00034 negativeSoftPFMuonByIP3dBJetTags = cms.EDProducer("JetTagProducer",
00035 jetTagComputer = cms.string('negativeSoftPFMuonByIP3d'),
00036 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00037 )
00038 negativeSoftPFMuonByIP3d = cms.ESProducer("LeptonTaggerByIPESProducer",
00039 use3d = cms.bool(True),
00040 ipSign = cms.string("negative")
00041 )
00042 positiveSoftPFMuonByIP3dBJetTags = cms.EDProducer("JetTagProducer",
00043 jetTagComputer = cms.string('positiveSoftPFMuonByIP3d'),
00044 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00045 )
00046 positiveSoftPFMuonByIP3d = cms.ESProducer("LeptonTaggerByIPESProducer",
00047 use3d = cms.bool(True),
00048 ipSign = cms.string("positive")
00049 )