CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DetIdAssociatorESProducer_cff.py
Go to the documentation of this file.
2 
3 ecalDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
4  ComponentName = cms.string('EcalDetIdAssociator'),
5  etaBinSize = cms.double(0.02),
6  nEta = cms.int32(300),
7  nPhi = cms.int32(360)
8 )
9 
10 hcalDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
11  ComponentName = cms.string('HcalDetIdAssociator'),
12  etaBinSize = cms.double(0.087),
13  nEta = cms.int32(70),
14  nPhi = cms.int32(72)
15 )
16 
17 hoDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
18  ComponentName = cms.string('HODetIdAssociator'),
19  etaBinSize = cms.double(0.087),
20  nEta = cms.int32(30),
21  nPhi = cms.int32(72)
22 )
23 
24 caloDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
25  ComponentName = cms.string('CaloDetIdAssociator'),
26  etaBinSize = cms.double(0.087),
27  nEta = cms.int32(70),
28  nPhi = cms.int32(72)
29 )
30 
31 muonDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
32  ComponentName = cms.string('MuonDetIdAssociator'),
33  etaBinSize = cms.double(0.125),
34  nEta = cms.int32(48),
35  nPhi = cms.int32(48),
36  includeBadChambers = cms.bool(False)
37 )
38 
39 preshowerDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
40  ComponentName = cms.string('PreshowerDetIdAssociator'),
41  etaBinSize = cms.double(0.1),
42  nEta = cms.int32(60),
43  nPhi = cms.int32(30)
44 )
45 
46