CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMReferenceHistogramRootFileEventSetupAnalyzer_SQLiteOnly_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
5 
6 #CondDBSetup.DBParameters.authenticationPath = cms.untracked.string('/build/diguida/conddb')
7 
8 ReferenceRetrieval = cms.ESSource("PoolDBESSource",
9  CondDBSetup,
10  connect = cms.string('sqlite_file:ROOTFILE_Test.db'),
11  BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
12  messageLevel = cms.untracked.int32(1), #3 for high verbosity
13  timetype = cms.string('runnumber'),
14  toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
15  tag = cms.string('ROOTFILE_Test')
16  )
17  )
18  )
19 
20 ## RecordDataGetter = cms.EDAnalyzer("EventSetupRecordDataGetter",
21 ## toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
22 ## data = cms.vstring('DQM_Cosmics_prompt')
23 ## )
24 ## ),
25 ## verbose = cms.untracked.bool(False)
26 ## )