CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMReferenceHistogramRootFileEventSetupAnalyzer_OrcoffOnly_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('oracle://cms_orcoff_prep/CMS_COND_TEMP'),
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('DQM_Cosmics_prompt')
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 ## )