CMS 3D CMS Logo

DQMReferenceHistogramRootFileEventSetupAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 dqmRefHistoRootFileGetter=cms.EDAnalyzer("DQMReferenceHistogramRootFileEventSetupAnalyzer")
6 
7 ## from CondCore.CondDB.CondDB_cfi import *
8 ## CondDBReference = CondDB.clone(connect = cms.string('sqlite_file:DQMReferenceHistogramTest.db'))
9 ## CondDBReference.DBParameters.messageLevel = cms.untracked.int32(1) #3 for high verbosity
10 ## ReferenceRetrieval = cms.ESSource("PoolDBESSource",
11 ## CondDBReference,
12 ## toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
13 ## tag = cms.string('ROOTFILE_DQM_Test10')
14 ## )
15 ## )
16 ## )
17