CMS 3D CMS Logo

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

Variables

tuple electronHcalDepth1TowerIsolationScone
 
tuple electronHcalDepth2TowerIsolationScone
 
tuple electronHcalTowerIsolationScone
 

Variable Documentation

tuple electronHcalTowerIsolationScone_cfi.electronHcalDepth1TowerIsolationScone
Initial value:
1 = cms.EDProducer("EgammaTowerIsolationProducer",
2  absolut = cms.bool(True),
3  intRadius = cms.double(0.15), # to be orthogonal with the H/E ID cut
4  extRadius = cms.double(0.3),
5  towerProducer = cms.InputTag("towerMaker"),
6  etMin = cms.double(0.0),
7  Depth = cms.int32(1),
8  emObjectProducer = cms.InputTag("gsfElectrons")
9 )

Definition at line 14 of file electronHcalTowerIsolationScone_cfi.py.

tuple electronHcalTowerIsolationScone_cfi.electronHcalDepth2TowerIsolationScone
Initial value:
1 = cms.EDProducer("EgammaTowerIsolationProducer",
2  absolut = cms.bool(True),
3  intRadius = cms.double(0.15), # to be orthogonal with the H/E ID cut
4  extRadius = cms.double(0.3),
5  towerProducer = cms.InputTag("towerMaker"),
6  etMin = cms.double(0.0),
7  Depth = cms.int32(2),
8  emObjectProducer = cms.InputTag("gsfElectrons")
9 )

Definition at line 24 of file electronHcalTowerIsolationScone_cfi.py.

tuple electronHcalTowerIsolationScone_cfi.electronHcalTowerIsolationScone
Initial value:
1 = cms.EDProducer("EgammaTowerIsolationProducer",
2  absolut = cms.bool(True),
3  intRadius = cms.double(0.15), # to be orthogonal with the H/E ID cut
4  extRadius = cms.double(0.3),
5  towerProducer = cms.InputTag("towerMaker"),
6  etMin = cms.double(0.0),
7  Depth = cms.int32(-1),
8  emObjectProducer = cms.InputTag("gsfElectrons")
9 )

Definition at line 3 of file electronHcalTowerIsolationScone_cfi.py.