Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002 softPFElectronByIP2dBJetTags = cms.EDProducer("JetTagProducer",
00003 jetTagComputer = cms.string('softPFElectronByIP2d'),
00004 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00005 )
00006 softPFElectronByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
00007 use3d = cms.bool(False),
00008 ipSign = cms.string("any")
00009 )
00010 negativeSoftPFElectronByIP2dBJetTags = cms.EDProducer("JetTagProducer",
00011 jetTagComputer = cms.string('negativeSoftPFElectronByIP2d'),
00012 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00013 )
00014 negativeSoftPFElectronByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
00015 use3d = cms.bool(False),
00016 ipSign = cms.string("negative")
00017 )
00018 positiveSoftPFElectronByIP2dBJetTags = cms.EDProducer("JetTagProducer",
00019 jetTagComputer = cms.string('positiveSoftPFElectronByIP2d'),
00020 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
00021 )
00022 positiveSoftPFElectronByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
00023 use3d = cms.bool(False),
00024 ipSign = cms.string("positive")
00025 )
00026 softPFMuonByIP2dBJetTags = cms.EDProducer("JetTagProducer",
00027 jetTagComputer = cms.string('softPFMuonByIP2d'),
00028 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00029 )
00030 softPFMuonByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
00031 use3d = cms.bool(False),
00032 ipSign = cms.string("any")
00033 )
00034 negativeSoftPFMuonByIP2dBJetTags = cms.EDProducer("JetTagProducer",
00035 jetTagComputer = cms.string('negativeSoftPFMuonByIP2d'),
00036 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00037 )
00038 negativeSoftPFMuonByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
00039 use3d = cms.bool(False),
00040 ipSign = cms.string("negative")
00041 )
00042 positiveSoftPFMuonByIP2dBJetTags = cms.EDProducer("JetTagProducer",
00043 jetTagComputer = cms.string('positiveSoftPFMuonByIP2d'),
00044 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
00045 )
00046 positiveSoftPFMuonByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
00047 use3d = cms.bool(False),
00048 ipSign = cms.string("positive")
00049 )