1 import FWCore.ParameterSet.Config
as cms
3 CSCChannelMapperESSource = cms.ESSource(
"EmptyESSource",
4 recordName = cms.string(
"CSCChannelMapperRecord"),
5 firstValid = cms.vuint32(1),
6 iovIsRunNotTime = cms.bool(
True) )
8 CSCChannelMapperESProducer = cms.ESProducer(
"CSCChannelMapperESProducer",
9 AlgoName = cms.string(
"CSCChannelMapperStartup")
15 from Configuration.Eras.Modifier_run2_common_cff
import run2_common
16 run2_common.toModify( CSCChannelMapperESProducer, AlgoName=cms.string(
"CSCChannelMapperPostls1") )