1 import FWCore.ParameterSet.Config
as cms
5 DTCabling = cms.ESSource(
"PoolDBESSource",
7 timetype = cms.string(
'runnumber'),
8 toGet = cms.VPSet(cms.PSet(
9 record = cms.string(
'DTReadOutMappingRcd'),
10 tag = cms.string(
'map_fix17X')
12 connect = cms.string(
'sqlite_fip:CondCore/SQLiteData/data/DTFullMap_fix17X.db')