CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/CalibTracker/Configuration/python/Common/PoolDBESSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CondCore.DBCommon.CondDBCommon_cfi import *
00004 PoolDBESSource = cms.ESSource("PoolDBESSource",
00005     CondDBCommon,
00006     BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
00007     appendToDataLabel = cms.string(''),
00008     toGet = cms.VPSet(cms.PSet(
00009         record = cms.string('SiStripNoisesRcd'),
00010         tag = cms.string('SiStripFakeNoise')
00011     ))
00012 )
00013 
00014