CMS 3D CMS Logo

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