CMS 3D CMS Logo

SoftLeptonByIP2dComputers_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 softPFElectronByIP2dComputer = cms.ESProducer("LeptonTaggerByIPESProducer",
4  use3d = cms.bool(False),
5  ipSign = cms.string("any")
6 )
7 
8 negativeSoftPFElectronByIP2dComputer = cms.ESProducer("LeptonTaggerByIPESProducer",
9  use3d = cms.bool(False),
10  ipSign = cms.string("negative")
11 )
12 
13 positiveSoftPFElectronByIP2dComputer = cms.ESProducer("LeptonTaggerByIPESProducer",
14  use3d = cms.bool(False),
15  ipSign = cms.string("positive")
16 )
17 
18 softPFMuonByIP2dComputer = cms.ESProducer("LeptonTaggerByIPESProducer",
19  use3d = cms.bool(False),
20  ipSign = cms.string("any")
21 )
22 
23 negativeSoftPFMuonByIP2dComputer = cms.ESProducer("LeptonTaggerByIPESProducer",
24  use3d = cms.bool(False),
25  ipSign = cms.string("negative")
26 )
27 
28 positiveSoftPFMuonByIP2dComputer = cms.ESProducer("LeptonTaggerByIPESProducer",
29  use3d = cms.bool(False),
30  ipSign = cms.string("positive")
31 )