CMS 3D CMS Logo

hfnoseParametersInitialization_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hfnoseParametersInitialize = cms.ESProducer("HGCalParametersESModule",
4  Name = cms.untracked.string("HGCalHFNoseSensitive"),
5  NameW = cms.untracked.string("HFNoseWafer"),
6  NameC = cms.untracked.string("HFNoseCell"),
7  NameT = cms.untracked.string("HFNose")
8 )