Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:22:25

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1RPCBxOrConfig = cms.ESProducer("RPCTriggerBxOrConfig",
0004     lastBX = cms.int32(0),
0005     firstBX = cms.int32(0)
0006 )
0007 
0008 rpcBxOrConfSrc = cms.ESSource("EmptyESSource",
0009     recordName = cms.string('L1RPCBxOrConfigRcd'),
0010     iovIsRunNotTime = cms.bool(True),
0011     firstValid = cms.vuint32(1)
0012 )
0013