CMS 3D CMS Logo

CSCChannelMapperESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CSCChannelMapperESProducer = cms.ESProducer("CSCChannelMapperESProducer",
4  AlgoName = cms.string('CSCChannelMapperPostls1')
5 )