CMS 3D CMS Logo

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