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