CMS 3D CMS Logo

Variables

DetIdAssociatorESProducer_cff Namespace Reference

Variables

tuple CaloDetIdAssociator
tuple EcalDetIdAssociator
tuple HcalDetIdAssociator
tuple HODetIdAssociator
tuple MuonDetIdAssociator
tuple PreshowerDetIdAssociator

Variable Documentation

Initial value:
00001 cms.ESProducer("DetIdAssociatorESProducer",
00002     ComponentName = cms.string('CaloDetIdAssociator'),
00003     etaBinSize = cms.double(0.087),
00004     nEta = cms.int32(70),
00005     nPhi = cms.int32(72)
00006 )

Definition at line 24 of file DetIdAssociatorESProducer_cff.py.

Initial value:
00001 cms.ESProducer("DetIdAssociatorESProducer",
00002     ComponentName = cms.string('EcalDetIdAssociator'),
00003     etaBinSize = cms.double(0.02),
00004     nEta = cms.int32(300),
00005     nPhi = cms.int32(360)
00006 )

Definition at line 3 of file DetIdAssociatorESProducer_cff.py.

Initial value:
00001 cms.ESProducer("DetIdAssociatorESProducer",
00002     ComponentName = cms.string('HcalDetIdAssociator'),
00003     etaBinSize = cms.double(0.087),
00004     nEta = cms.int32(70),
00005     nPhi = cms.int32(72)
00006 )

Definition at line 10 of file DetIdAssociatorESProducer_cff.py.

Initial value:
00001 cms.ESProducer("DetIdAssociatorESProducer",
00002     ComponentName = cms.string('HODetIdAssociator'),
00003     etaBinSize = cms.double(0.087),
00004     nEta = cms.int32(30),
00005     nPhi = cms.int32(72)
00006 )

Definition at line 17 of file DetIdAssociatorESProducer_cff.py.

Initial value:
00001 cms.ESProducer("DetIdAssociatorESProducer",
00002     ComponentName = cms.string('MuonDetIdAssociator'),
00003     etaBinSize = cms.double(0.125),
00004     nEta = cms.int32(48),
00005     nPhi = cms.int32(48),
00006     includeBadChambers = cms.bool(False)
00007 )

Definition at line 31 of file DetIdAssociatorESProducer_cff.py.

Initial value:
00001 cms.ESProducer("DetIdAssociatorESProducer",
00002     ComponentName = cms.string('PreshowerDetIdAssociator'),
00003     etaBinSize = cms.double(0.1),
00004     nEta = cms.int32(60),
00005     nPhi = cms.int32(30)
00006 )

Definition at line 39 of file DetIdAssociatorESProducer_cff.py.