CMS 3D CMS Logo

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 

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