CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondTools/DQM/python/DQMReferenceHistogramRootFileEventSetupAnalyzer_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 dqmRefHistoRootFileGetter=cms.EDAnalyzer("DQMReferenceHistogramRootFileEventSetupAnalyzer") 
00007 
00008 ## ReferenceRetrieval = cms.ESSource("PoolDBESSource",
00009 ##                                   CondDBSetup,
00010 ##                                   connect = cms.string('sqlite_file:DQMReferenceHistogramTest.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_DQM_Test10')
00016 ##                                                              )
00017 ##                                                     )
00018 ##                                   )
00019 ##
00020 ## RecordDataGetter = cms.EDAnalyzer("EventSetupRecordDataGetter",
00021 ##                              toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
00022 ##                                                         data = cms.vstring('ROOTFILE_DQM_Test10')
00023 ##                                                         )
00024 ##                                                ),
00025 ##                              verbose = cms.untracked.bool(False)
00026 ##                              )