Go to the documentation of this file.00001
00002 import FWCore.ParameterSet.Config as cms
00003
00004 from CondCore.DBCommon.CondDBCommon_cfi import *
00005
00006 PoolDBESSource = cms.ESSource( "PoolDBESSource",
00007 CondDBCommon,
00008 loadAll = cms.bool(True),
00009 toGet = cms.VPSet(
00010 cms.PSet( record = cms.string('GeometryFileRcd' ),
00011 tag = cms.string('XMLFILE_Geometry_Test03')) ),
00012 BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
00013 timetype = cms.untracked.string('runnumber')
00014 )
00015
00016 PoolDBESSource.connect = cms.string('sqlite_file:allxml.db')