CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DT_Calibration_cff.py
Go to the documentation of this file.
2 
4 #FRONTIER
5 maps_frontier = cms.ESSource("PoolDBESSource",
6  CondDBSetup,
7  timetype = cms.string('runnumber'),
8  toGet = cms.VPSet(cms.PSet(
9  record = cms.string('DTT0Rcd'),
10  tag = cms.string('t0Fake_18X_Sept15')
11  ),
12  cms.PSet(
13  record = cms.string('DTTtrigRcd'),
14  tag = cms.string('ttrig_18X_July6')
15  )),
16  connect = cms.string('frontier://FrontierDev/CMS_COND_DT'), ##FrontierDev/CMS_COND_DT"
17 
18  authenticationMethod = cms.untracked.uint32(0)
19 )
20 
21