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 CondDBSetup.DBParameters.authenticationPath = cms.untracked.string('/build/diguida/conddb')
00007
00008 ReferenceRetrieval = cms.ESSource("PoolDBESSource",
00009 CondDBSetup,
00010 connect = cms.string('oracle://cms_orcoff_prep/CMS_COND_TEMP'),
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('DQM_Cosmics_prompt')
00016 )
00017 )
00018 )
00019
00020
00021
00022
00023
00024
00025
00026