CMS 3D CMS Logo

L1RCTConfig_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # ECAL and HCAL scales
6 # RCT parameters
7 l1RctParamsRecords = cms.ESSource("EmptyESSource",
8  recordName = cms.string('L1RCTParametersRcd'),
9  iovIsRunNotTime = cms.bool(True),
10  firstValid = cms.vuint32(1)
11 )
12 
13 # RCT channel mask
14 l1RctMaskRcds = cms.ESSource("EmptyESSource",
15  recordName = cms.string('L1RCTChannelMaskRcd'),
16  iovIsRunNotTime = cms.bool(True),
17  firstValid = cms.vuint32(1)
18 )
19 
20 
21 
L1RCTConfig_cfi
L1CaloInputScalesConfig_cff