|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |