Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondTools
DQM
python
DQMReferenceHistogramRootFileEventSetupAnalyzer_SQLiteOnly_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
DQMServices.Core.DQMStore_cfg
import
*
4
from
CondCore.DBCommon.CondDBSetup_cfi
import
*
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
## )
CondDBSetup_cfi
Config
DQMStore_cfg
Generated for CMSSW Reference Manual by
1.8.5