HLTrigger
Configuration
python
HLT_75e33
eventsetup
ecalDetIdAssociator_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Generated for CMSSW Reference Manual by
1.8.16