CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CalibMuon/Configuration/python/CSC_FrontierDBConditions_cff.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #FrontierProd/CMS_COND_20X_CSC"
00004 #       { string record = "CSCChamberMapRcd"
00005 #          string tag = "CSCChamberMap"},
00006 #       { string record = "CSCCrateMapRcd"
00007 #          string tag = "CSCCrateMap"},
00008 
00009 import FWCore.ParameterSet.Config as cms
00010 
00011 from CalibMuon.Configuration.getCSCDBConditions_frontier_cff import *
00012 cscConditions.connect = 'frontier://FrontierProd/CMS_COND_20X_CSC'
00013 cscConditions.toGet = cms.VPSet(cms.PSet(
00014     record = cms.string('CSCDBGainsRcd'),
00015     tag = cms.string('CSCDBGains_mc')
00016 ), 
00017     cms.PSet(
00018         record = cms.string('CSCDBNoiseMatrixRcd'),
00019         tag = cms.string('CSCDBNoiseMatrix_mc')
00020     ), 
00021     cms.PSet(
00022         record = cms.string('CSCDBCrosstalkRcd'),
00023         tag = cms.string('CSCDBCrosstalk_mc')
00024     ), 
00025     cms.PSet(
00026         record = cms.string('CSCDBPedestalsRcd'),
00027         tag = cms.string('CSCDBPedestals_mc')
00028     ), 
00029     cms.PSet(
00030         record = cms.string('CSCChamberIndexRcd'),
00031         tag = cms.string('CSCChamberIndex')
00032     ), 
00033     cms.PSet(
00034         record = cms.string('CSCDDUMapRcd'),
00035         tag = cms.string('CSCDDUMap')
00036     ))
00037