CMS 3D CMS Logo

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