CMS 3D CMS Logo

hcalDetIdTable_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 hcalDetIdTable = cms.EDProducer("HcalDetIdTableProducer")
5 hcalDetIdTableTask = cms.Task(hcalDetIdTable)
6 hcalDetIdTableSeq = cms.Sequence(hcalDetIdTable)