CMS 3D CMS Logo

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

Variables

tuple electronHcalDepth1TowerIsolationLcone
 
tuple electronHcalDepth2TowerIsolationLcone
 
tuple electronHcalTowerIsolationLcone
 

Variable Documentation

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

Definition at line 14 of file electronHcalTowerIsolationLcone_cfi.py.

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

Definition at line 24 of file electronHcalTowerIsolationLcone_cfi.py.

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

Definition at line 3 of file electronHcalTowerIsolationLcone_cfi.py.