CMS 3D CMS Logo

hcalDetIdAssociator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hcalDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
4  ComponentName = cms.string('HcalDetIdAssociator'),
5  etaBinSize = cms.double(0.087),
6  hcalRegion = cms.int32(1),
7  nEta = cms.int32(70),
8  nPhi = cms.int32(72)
9 )