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.StandardSequences.Eras
import eras
16 eras.run2_common.toModify( CSCChannelMapperESProducer, AlgoName=cms.string(
"CSCChannelMapperPostls1") )