CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTFrontierCabling_cfi.py
Go to the documentation of this file.
2 
4 DTCabling = cms.ESSource("PoolDBESSource",
5  CondDBSetup,
6  timetype = cms.string('runnumber'),
7  toGet = cms.VPSet(cms.PSet(
8  record = cms.string('DTReadOutMappingRcd'),
9  tag = cms.string('DTROMap')
10  )),
11  connect = cms.string('frontier://FrontierDev/CMS_COND_DT'),
12  siteLocalConfig = cms.untracked.bool(True)
13 )
14 
15