CMS 3D CMS Logo

DQMReferenceHistogramRootFileEventSetupAnalyzer_OrcoffOnly_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('oracle://cms_orcoff_prep/CMS_COND_TEMP'))
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('DQM_Cosmics_prompt')
12  )
13  )
14  )
15 
16 ## RecordDataGetter = cms.EDAnalyzer("EventSetupRecordDataGetter",
17 ## toGet = cms.VPSet(cms.PSet(record = cms.string('DQMReferenceHistogramRootFileRcd'),
18 ## data = cms.vstring('DQM_Cosmics_prompt')
19 ## )
20 ## ),
21 ## verbose = cms.untracked.bool(False)
22 ## )