Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from DQMServices.Core.DQMStore_cfg import *
00004 from CondCore.DBCommon.CondDBSetup_cfi import *
00005
00006
00007
00008 ReferenceRetrieval = cms.ESSource("PoolDBESSource",
00009 CondDBSetup,
00010 connect = cms.string('sqlite_file:ROOTFILE_Test.db'),
00011 BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
00012 messageLevel = cms.untracked.int32(1),
00013 timetype = cms.string('runnumber'),
00014 toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
00015 tag = cms.string('ROOTFILE_Test')
00016 )
00017 )
00018 )
00019
00020
00021
00022
00023
00024
00025
00026