CMS 3D CMS Logo

CSC_FrontierDBConditionsME42_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #FrontierDev/CMS_COND_CSC"
4 import FWCore.ParameterSet.Config as cms
5 
7 cscConditions.connect = 'frontier://FrontierDev/CMS_COND_CSC'
8 cscConditions.toGet = cms.VPSet(cms.PSet(
9  record = cms.string('CSCDBGainsRcd'),
10  tag = cms.string('CSCDBGains_test')
11 ),
12  cms.PSet(
13  record = cms.string('CSCDBNoiseMatrixRcd'),
14  tag = cms.string('CSCDBNoiseMatrix_test')
15  ),
16  cms.PSet(
17  record = cms.string('CSCDBCrosstalkRcd'),
18  tag = cms.string('CSCDBCrosstalk_test')
19  ),
20  cms.PSet(
21  record = cms.string('CSCDBPedestalsRcd'),
22  tag = cms.string('CSCDBPedestals_test')
23  ))
24