CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CaloScalesConfig_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 emrcdsrc = cms.ESSource("EmptyESSource",
5  recordName = cms.string('L1EmEtScaleRcd'),
6  iovIsRunNotTime = cms.bool(True),
7  firstValid = cms.vuint32(1)
8 )
9 
10 jetrcdsrc = cms.ESSource("EmptyESSource",
11  recordName = cms.string('L1JetEtScaleRcd'),
12  iovIsRunNotTime = cms.bool(True),
13  firstValid = cms.vuint32(1)
14 )
15 
16 htmrcdsrc = cms.ESSource("EmptyESSource",
17  recordName = cms.string('L1HtMissScaleRcd'),
18  iovIsRunNotTime = cms.bool(True),
19  firstValid = cms.vuint32(1)
20 )
21 
22 hfrrcdsrc = cms.ESSource("EmptyESSource",
23  recordName = cms.string('L1HfRingEtScaleRcd'),
24  iovIsRunNotTime = cms.bool(True),
25  firstValid = cms.vuint32(1)
26 )
27 
28