CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SoftLeptonByIP2d_cfi.py
Go to the documentation of this file.
2 softPFElectronByIP2dBJetTags = cms.EDProducer("JetTagProducer",
3  jetTagComputer = cms.string('softPFElectronByIP2d'),
4  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
5 )
6 softPFElectronByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
7  use3d = cms.bool(False),
8  ipSign = cms.string("any")
9 )
10 negativeSoftPFElectronByIP2dBJetTags = cms.EDProducer("JetTagProducer",
11  jetTagComputer = cms.string('negativeSoftPFElectronByIP2d'),
12  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
13 )
14 negativeSoftPFElectronByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
15  use3d = cms.bool(False),
16  ipSign = cms.string("negative")
17 )
18 positiveSoftPFElectronByIP2dBJetTags = cms.EDProducer("JetTagProducer",
19  jetTagComputer = cms.string('positiveSoftPFElectronByIP2d'),
20  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
21 )
22 positiveSoftPFElectronByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
23  use3d = cms.bool(False),
24  ipSign = cms.string("positive")
25 )
26 softPFMuonByIP2dBJetTags = cms.EDProducer("JetTagProducer",
27  jetTagComputer = cms.string('softPFMuonByIP2d'),
28  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
29 )
30 softPFMuonByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
31  use3d = cms.bool(False),
32  ipSign = cms.string("any")
33 )
34 negativeSoftPFMuonByIP2dBJetTags = cms.EDProducer("JetTagProducer",
35  jetTagComputer = cms.string('negativeSoftPFMuonByIP2d'),
36  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
37 )
38 negativeSoftPFMuonByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
39  use3d = cms.bool(False),
40  ipSign = cms.string("negative")
41 )
42 positiveSoftPFMuonByIP2dBJetTags = cms.EDProducer("JetTagProducer",
43  jetTagComputer = cms.string('positiveSoftPFMuonByIP2d'),
44  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
45 )
46 positiveSoftPFMuonByIP2d = cms.ESProducer("LeptonTaggerByIPESProducer",
47  use3d = cms.bool(False),
48  ipSign = cms.string("positive")
49 )