CMS 3D CMS Logo

CSC_FrontierDBConditions_cff.py
Go to the documentation of this file.
1 # The following comments couldn't be translated into the new config version:
2 
3 #FrontierProd/CMS_COND_20X_CSC"
4 # { string record = "CSCChamberMapRcd"
5 # string tag = "CSCChamberMap"},
6 # { string record = "CSCCrateMapRcd"
7 # string tag = "CSCCrateMap"},
8 
9 import FWCore.ParameterSet.Config as cms
10 
12 cscConditions.connect = 'frontier://FrontierProd/CMS_COND_20X_CSC'
13 cscConditions.toGet = cms.VPSet(cms.PSet(
14  record = cms.string('CSCDBGainsRcd'),
15  tag = cms.string('CSCDBGains_mc')
16 ),
17  cms.PSet(
18  record = cms.string('CSCDBNoiseMatrixRcd'),
19  tag = cms.string('CSCDBNoiseMatrix_mc')
20  ),
21  cms.PSet(
22  record = cms.string('CSCDBCrosstalkRcd'),
23  tag = cms.string('CSCDBCrosstalk_mc')
24  ),
25  cms.PSet(
26  record = cms.string('CSCDBPedestalsRcd'),
27  tag = cms.string('CSCDBPedestals_mc')
28  ),
29  cms.PSet(
30  record = cms.string('CSCChamberIndexRcd'),
31  tag = cms.string('CSCChamberIndex')
32  ),
33  cms.PSet(
34  record = cms.string('CSCDDUMapRcd'),
35  tag = cms.string('CSCDDUMap')
36  ))
37