CMS 3D CMS Logo

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

Variables

tuple caloDetIdAssociator
 
tuple ecalDetIdAssociator
 
tuple hcalDetIdAssociator
 
tuple hoDetIdAssociator
 
tuple muonDetIdAssociator
 
tuple preshowerDetIdAssociator
 

Variable Documentation

tuple DetIdAssociatorESProducer_cff.caloDetIdAssociator
Initial value:
1 = cms.ESProducer("DetIdAssociatorESProducer",
2  ComponentName = cms.string('CaloDetIdAssociator'),
3  etaBinSize = cms.double(0.087),
4  nEta = cms.int32(70),
5  nPhi = cms.int32(72)
6 )

Definition at line 24 of file DetIdAssociatorESProducer_cff.py.

tuple DetIdAssociatorESProducer_cff.ecalDetIdAssociator
Initial value:
1 = cms.ESProducer("DetIdAssociatorESProducer",
2  ComponentName = cms.string('EcalDetIdAssociator'),
3  etaBinSize = cms.double(0.02),
4  nEta = cms.int32(300),
5  nPhi = cms.int32(360)
6 )

Definition at line 3 of file DetIdAssociatorESProducer_cff.py.

tuple DetIdAssociatorESProducer_cff.hcalDetIdAssociator
Initial value:
1 = cms.ESProducer("DetIdAssociatorESProducer",
2  ComponentName = cms.string('HcalDetIdAssociator'),
3  etaBinSize = cms.double(0.087),
4  nEta = cms.int32(70),
5  nPhi = cms.int32(72)
6 )

Definition at line 10 of file DetIdAssociatorESProducer_cff.py.

tuple DetIdAssociatorESProducer_cff.hoDetIdAssociator
Initial value:
1 = cms.ESProducer("DetIdAssociatorESProducer",
2  ComponentName = cms.string('HODetIdAssociator'),
3  etaBinSize = cms.double(0.087),
4  nEta = cms.int32(30),
5  nPhi = cms.int32(72)
6 )

Definition at line 17 of file DetIdAssociatorESProducer_cff.py.

tuple DetIdAssociatorESProducer_cff.muonDetIdAssociator
Initial value:
1 = cms.ESProducer("DetIdAssociatorESProducer",
2  ComponentName = cms.string('MuonDetIdAssociator'),
3  etaBinSize = cms.double(0.125),
4  nEta = cms.int32(48),
5  nPhi = cms.int32(48),
6  includeBadChambers = cms.bool(False)
7 )

Definition at line 31 of file DetIdAssociatorESProducer_cff.py.

tuple DetIdAssociatorESProducer_cff.preshowerDetIdAssociator
Initial value:
1 = cms.ESProducer("DetIdAssociatorESProducer",
2  ComponentName = cms.string('PreshowerDetIdAssociator'),
3  etaBinSize = cms.double(0.1),
4  nEta = cms.int32(60),
5  nPhi = cms.int32(30)
6 )

Definition at line 39 of file DetIdAssociatorESProducer_cff.py.