CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCConfig_cff.py
Go to the documentation of this file.
2 
3 rpcconf = cms.ESProducer("RPCTriggerConfig",
4  filedir = cms.untracked.string('L1Trigger/RPCTrigger/data/D_20091204NewMagF__all_12/v1/'),
5  PACsPerTower = cms.untracked.int32(12)
6 )
7 
8 rpcconfsrc = cms.ESSource("EmptyESSource",
9  recordName = cms.string('L1RPCConfigRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13 
14