CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PoolDBESSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 poolDBESSource = cms.ESSource("PoolDBESSource",
5  CondDBCommon,
6  BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
7  appendToDataLabel = cms.string(''),
8  toGet = cms.VPSet(cms.PSet(
9  record = cms.string('SiStripNoisesRcd'),
10  tag = cms.string('SiStripFakeNoise')
11  ))
12 )
13 
14