CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTSQLiteCabling_cfi.py
Go to the documentation of this file.
2 
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