CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CaloInputScalesConfig_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 l1CaloEcalScaleRecord = cms.ESSource("EmptyESSource",
5  recordName = cms.string('L1CaloEcalScaleRcd'),
6  iovIsRunNotTime = cms.bool(True),
7  firstValid = cms.vuint32(1)
8 )
9 
10 l1CaloHcalScaleRecord = cms.ESSource("EmptyESSource",
11  recordName = cms.string('L1CaloHcalScaleRcd'),
12  iovIsRunNotTime = cms.bool(True),
13  firstValid = cms.vuint32(1)
14 )
15 
16