CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfElectronIsolationFromDeposits_cfi.py
Go to the documentation of this file.
2 
3 pfElectronIsolationFromDeposits = cms.EDProducer(
4  "CandIsolatorFromDeposits",
5  deposits = cms.VPSet(
6  cms.PSet(
7  src = cms.InputTag("isoDepElectronWithCharged"),
8  deltaR = cms.double(0.5),
9  weight = cms.string('1'),
10  vetos = cms.vstring('0.01',
11  'Threshold(0.0)'),
12  skipDefaultVeto = cms.bool(True),
13  mode = cms.string('sum')
14  )
15  )
16  )
17 
18