CMS 3D CMS Logo

preshowerDetIdAssociator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 preshowerDetIdAssociator = cms.ESProducer("DetIdAssociatorESProducer",
4  ComponentName = cms.string('PreshowerDetIdAssociator'),
5  etaBinSize = cms.double(0.1),
6  nEta = cms.int32(60),
7  nPhi = cms.int32(30)
8 )