CMS 3D CMS Logo

getCSCDBConditionsME42_frontier_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #used for real DB conditions
00004 from CondCore.DBCommon.CondDBSetup_cfi import *
00005 cscConditions = cms.ESSource("PoolDBESSource",
00006     condDBSetup,
00007     timetype = cms.string('runnumber'),
00008     toGet = cms.VPSet(cms.PSet(
00009         record = cms.string('CSCDBGainsRcd'),
00010         tag = cms.string('CSCDBGains_test')
00011     ), 
00012         cms.PSet(
00013             record = cms.string('CSCDBNoiseMatrixRcd'),
00014             tag = cms.string('CSCDBNoiseMatrix_test')
00015         ), 
00016         cms.PSet(
00017             record = cms.string('CSCDBCrosstalkRcd'),
00018             tag = cms.string('CSCDBCrosstalk_test')
00019         ), 
00020         cms.PSet(
00021             record = cms.string('CSCDBPedestalsRcd'),
00022             tag = cms.string('CSCDBPedestals_test')
00023         )),
00024     connect = cms.string('frontier://FrontierDev/CMS_COND_ALIGNMENT'), ##FrontierDev/CMS_COND_ALIGNMENT"
00025 
00026     siteLocalConfig = cms.untracked.bool(True)
00027 )
00028 
00029 

Generated on Tue Jun 9 17:25:27 2009 for CMSSW by  doxygen 1.5.4