CMS 3D CMS Logo

hgcalTBNumberingInitialization_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hgcalTBEENumberingInitialize = cms.ESProducer("HGCalTBNumberingInitialization",
4  name = cms.untracked.string("HGCalEESensitive")
5 )
6 
7 hgcalTBHESiNumberingInitialize = cms.ESProducer("HGCalTBNumberingInitialization",
8  name = cms.untracked.string("HGCalHESiliconSensitive")
9 )