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 l1RPCHsbConfig = cms.ESProducer("RPCTriggerHsbConfig",
0004     hsb0Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3),
0005     hsb1Mask = cms.vint32(3, 3, 3, 3, 3, 3, 3, 3)
0006 )
0007 
0008 rpchsbConfSrc = cms.ESSource("EmptyESSource",
0009     recordName = cms.string('L1RPCHsbConfigRcd'),
0010     iovIsRunNotTime = cms.bool(True),
0011     firstValid = cms.vuint32(1)
0012 )
0013