CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
pfElectronIsolationFromDeposits_cfi Namespace Reference

Variables

tuple pfElectronIsolationFromDeposits
 

Variable Documentation

tuple pfElectronIsolationFromDeposits_cfi.pfElectronIsolationFromDeposits
Initial value:
1 = cms.EDProducer(
2  "CandIsolatorFromDeposits",
3  deposits = cms.VPSet(
4  cms.PSet(
5  src = cms.InputTag("isoDepElectronWithCharged"),
6  deltaR = cms.double(0.5),
7  weight = cms.string('1'),
8  vetos = cms.vstring('0.01',
9  'Threshold(0.0)'),
10  skipDefaultVeto = cms.bool(True),
11  mode = cms.string('sum')
12  )
13  )
14  )

Definition at line 3 of file pfElectronIsolationFromDeposits_cfi.py.