CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCBxOrConfig_cff.py
Go to the documentation of this file.
2 
3 l1RPCBxOrConfig = cms.ESProducer("RPCTriggerBxOrConfig",
4  lastBX = cms.int32(0),
5  firstBX = cms.int32(0)
6 )
7 
8 rpcBxOrConfSrc = cms.ESSource("EmptyESSource",
9  recordName = cms.string('L1RPCBxOrConfigRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13