CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CondTools/DQM/python/DQMReferenceHistogramRootFileEventSetupAnalyzer_SQLiteOnly_cfi.py

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('sqlite_file:ROOTFILE_Test.db'),
00011                                   BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
00012                                   messageLevel = cms.untracked.int32(1), #3 for high verbosity
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 ## RecordDataGetter = cms.EDAnalyzer("EventSetupRecordDataGetter",
00021 ##                              toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
00022 ##                                                         data = cms.vstring('DQM_Cosmics_prompt')
00023 ##                                                         )
00024 ##                                                ),
00025 ##                              verbose = cms.untracked.bool(False)
00026 ##                              )