CMS 3D CMS Logo

Variables

electronHcalTowerIsolationScone_cfi Namespace Reference

Variables

tuple electronHcalDepth1TowerIsolationScone
tuple electronHcalDepth2TowerIsolationScone
tuple electronHcalTowerIsolationScone

Variable Documentation

Initial value:
00001 cms.EDProducer("EgammaTowerIsolationProducer",
00002     absolut = cms.bool(True),
00003     intRadius = cms.double(0.15), # to be orthogonal with the H/E ID cut
00004     extRadius = cms.double(0.3),
00005     towerProducer = cms.InputTag("towerMaker"),
00006     etMin = cms.double(0.0),
00007     Depth = cms.int32(1),
00008     emObjectProducer = cms.InputTag("gsfElectrons")
00009 )

Definition at line 14 of file electronHcalTowerIsolationScone_cfi.py.

Initial value:
00001 cms.EDProducer("EgammaTowerIsolationProducer",
00002     absolut = cms.bool(True),
00003     intRadius = cms.double(0.15), # to be orthogonal with the H/E ID cut
00004     extRadius = cms.double(0.3),
00005     towerProducer = cms.InputTag("towerMaker"),
00006     etMin = cms.double(0.0),
00007     Depth = cms.int32(2),
00008     emObjectProducer = cms.InputTag("gsfElectrons")
00009 )

Definition at line 24 of file electronHcalTowerIsolationScone_cfi.py.

Initial value:
00001 cms.EDProducer("EgammaTowerIsolationProducer",
00002     absolut = cms.bool(True),
00003     intRadius = cms.double(0.15), # to be orthogonal with the H/E ID cut
00004     extRadius = cms.double(0.3),
00005     towerProducer = cms.InputTag("towerMaker"),
00006     etMin = cms.double(0.0),
00007     Depth = cms.int32(-1),
00008     emObjectProducer = cms.InputTag("gsfElectrons")
00009 )

Definition at line 3 of file electronHcalTowerIsolationScone_cfi.py.