CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GctConfig_cff.py
Go to the documentation of this file.
2 
4 l1GctParamsRecords = cms.ESSource("EmptyESSource",
5  recordName = cms.string('L1GctJetFinderParamsRcd'),
6  iovIsRunNotTime = cms.bool(True),
7  firstValid = cms.vuint32(1)
8 )
9 
10 l1GctChanMaskRecords = cms.ESSource("EmptyESSource",
11  recordName = cms.string('L1GctChannelMaskRcd'),
12  iovIsRunNotTime = cms.bool(True),
13  firstValid = cms.vuint32(1)
14 )
15 
16