Variables | |
tuple | negativeSoftPFElectronByIP3d |
tuple | negativeSoftPFElectronByIP3dBJetTags |
tuple | negativeSoftPFMuonByIP3d |
tuple | negativeSoftPFMuonByIP3dBJetTags |
tuple | positiveSoftPFElectronByIP3d |
tuple | positiveSoftPFElectronByIP3dBJetTags |
tuple | positiveSoftPFMuonByIP3d |
tuple | positiveSoftPFMuonByIP3dBJetTags |
tuple | softPFElectronByIP3d |
tuple | softPFElectronByIP3dBJetTags |
tuple | softPFMuonByIP3d |
tuple | softPFMuonByIP3dBJetTags |
00001 cms.ESProducer("LeptonTaggerByIPESProducer", 00002 use3d = cms.bool(True), 00003 ipSign = cms.string("negative") 00004 )
Definition at line 14 of file SoftLeptonByIP3d_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('negativeSoftPFElectronByIP3d'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos")) 00004 )
Definition at line 10 of file SoftLeptonByIP3d_cfi.py.
00001 cms.ESProducer("LeptonTaggerByIPESProducer", 00002 use3d = cms.bool(True), 00003 ipSign = cms.string("negative") 00004 )
Definition at line 38 of file SoftLeptonByIP3d_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('negativeSoftPFMuonByIP3d'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos")) 00004 )
Definition at line 34 of file SoftLeptonByIP3d_cfi.py.
00001 cms.ESProducer("LeptonTaggerByIPESProducer", 00002 use3d = cms.bool(True), 00003 ipSign = cms.string("positive") 00004 )
Definition at line 22 of file SoftLeptonByIP3d_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('positiveSoftPFElectronByIP3d'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos")) 00004 )
Definition at line 18 of file SoftLeptonByIP3d_cfi.py.
00001 cms.ESProducer("LeptonTaggerByIPESProducer", 00002 use3d = cms.bool(True), 00003 ipSign = cms.string("positive") 00004 )
Definition at line 46 of file SoftLeptonByIP3d_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('positiveSoftPFMuonByIP3d'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos")) 00004 )
Definition at line 42 of file SoftLeptonByIP3d_cfi.py.
00001 cms.ESProducer("LeptonTaggerByIPESProducer", 00002 use3d = cms.bool(True), 00003 ipSign = cms.string("any") 00004 )
Definition at line 6 of file SoftLeptonByIP3d_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('softPFElectronByIP3d'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos")) 00004 )
Definition at line 2 of file SoftLeptonByIP3d_cfi.py.
00001 cms.ESProducer("LeptonTaggerByIPESProducer", 00002 use3d = cms.bool(True), 00003 ipSign = cms.string("any") 00004 )
Definition at line 30 of file SoftLeptonByIP3d_cfi.py.
00001 cms.EDProducer("JetTagProducer", 00002 jetTagComputer = cms.string('softPFMuonByIP3d'), 00003 tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos")) 00004 )
Definition at line 26 of file SoftLeptonByIP3d_cfi.py.