CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SoftLeptonByPt_cfi.py
Go to the documentation of this file.
2 softPFElectronByPtBJetTags = cms.EDProducer("JetTagProducer",
3  jetTagComputer = cms.string('softPFElectronByPt'),
4  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
5 )
6 softPFElectronByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
7  ipSign = cms.string("any")
8 )
9 negativeSoftPFElectronByPtBJetTags = cms.EDProducer("JetTagProducer",
10  jetTagComputer = cms.string('negativeSoftPFElectronByPt'),
11  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
12 )
13 negativeSoftPFElectronByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
14  ipSign = cms.string("negative")
15 )
16 positiveSoftPFElectronByPtBJetTags = cms.EDProducer("JetTagProducer",
17  jetTagComputer = cms.string('positiveSoftPFElectronByPt'),
18  tagInfos = cms.VInputTag(cms.InputTag("softPFElectronsTagInfos"))
19 )
20 positiveSoftPFElectronByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
21  ipSign = cms.string("positive")
22 )
23 softPFMuonByPtBJetTags = cms.EDProducer("JetTagProducer",
24  jetTagComputer = cms.string('softPFMuonByPt'),
25  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
26 )
27 softPFMuonByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
28  ipSign = cms.string("any")
29 )
30 negativeSoftPFMuonByPtBJetTags = cms.EDProducer("JetTagProducer",
31  jetTagComputer = cms.string('negativeSoftPFMuonByPt'),
32  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
33 )
34 negativeSoftPFMuonByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
35  ipSign = cms.string("negative")
36 )
37 positiveSoftPFMuonByPtBJetTags = cms.EDProducer("JetTagProducer",
38  jetTagComputer = cms.string('positiveSoftPFMuonByPt'),
39  tagInfos = cms.VInputTag(cms.InputTag("softPFMuonsTagInfos"))
40 )
41 positiveSoftPFMuonByPt = cms.ESProducer("LeptonTaggerByPtESProducer",
42  ipSign = cms.string("positive")
43 )