File indexing completed on 2023-03-17 10:42:12
0001 import FWCore.ParameterSet.Config as cms
0002
0003 CSCChannelMapperESSource = cms.ESSource("EmptyESSource",
0004 recordName = cms.string("CSCChannelMapperRecord"),
0005 firstValid = cms.vuint32(1),
0006 iovIsRunNotTime = cms.bool(True) )
0007
0008 CSCChannelMapperESProducer = cms.ESProducer("CSCChannelMapperESProducer",
0009 AlgoName = cms.string("CSCChannelMapperStartup")
0010 )
0011
0012
0013
0014
0015 from Configuration.Eras.Modifier_run2_common_cff import run2_common
0016 run2_common.toModify( CSCChannelMapperESProducer, AlgoName=cms.string("CSCChannelMapperPostls1") )