Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
DTRawToDigi
python
DTSQLiteCabling_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CondCore.DBCommon.CondDBSetup_cfi
import
*
4
# To be used on SQLite files. AFS access not required.
5
DTCabling = cms.ESSource(
"PoolDBESSource"
,
6
CondDBSetup,
7
timetype = cms.string(
'runnumber'
),
8
toGet = cms.VPSet(cms.PSet(
9
record = cms.string(
'DTReadOutMappingRcd'
),
10
tag = cms.string(
'map_fix17X'
)
11
)),
12
connect = cms.string(
'sqlite_fip:CondCore/SQLiteData/data/DTFullMap_fix17X.db'
)
13
)
14
15
CondDBSetup_cfi
Config
Generated for CMSSW Reference Manual by
1.8.5