CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CondTools/DQM/python/DQMXMLFileEventSetupAnalyzer_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 dqmXMLFileGetter=cms.EDAnalyzer("DQMXMLFileEventSetupAnalyzer",
00007                                 labelToGet = cms.string('GenericXML')
00008                                 ) 
00009 
00010 ## ReferenceRetrieval = cms.ESSource("PoolDBESSource",
00011 ##                                   CondDBSetup,
00012 ##                                   connect = cms.string('sqlite_file:DQMReferenceHistogramTest.db'),
00013 ##                                   BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
00014 ##                                   messageLevel = cms.untracked.int32(1), #3 for high verbosity
00015 ##                                   timetype = cms.string('runnumber'),
00016 ##                                   toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
00017 ##                                                              tag = cms.string('ROOTFILE_DQM_Test10')
00018 ##                                                              )
00019 ##                                                     )
00020 ##                                   )
00021 ##
00022 ## RecordDataGetter = cms.EDAnalyzer("EventSetupRecordDataGetter",
00023 ##                              toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
00024 ##                                                         data = cms.vstring('ROOTFILE_DQM_Test10')
00025 ##                                                         )
00026 ##                                                ),
00027 ##                              verbose = cms.untracked.bool(False)
00028 ##                              )