CMS 3D CMS Logo

DT_Calibration_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CondCore.DBCommon.CondDBSetup_cfi import *
00004 #FRONTIER
00005 maps_frontier = cms.ESSource("PoolDBESSource",
00006     condDBSetup,
00007     timetype = cms.string('runnumber'),
00008     toGet = cms.VPSet(cms.PSet(
00009         record = cms.string('DTT0Rcd'),
00010         tag = cms.string('t0Fake_18X_Sept15')
00011     ), 
00012         cms.PSet(
00013             record = cms.string('DTTtrigRcd'),
00014             tag = cms.string('ttrig_18X_July6')
00015         )),
00016     connect = cms.string('frontier://FrontierDev/CMS_COND_DT'), ##FrontierDev/CMS_COND_DT"
00017 
00018     authenticationMethod = cms.untracked.uint32(0)
00019 )
00020 
00021 

Generated on Tue Jun 9 17:25:30 2009 for CMSSW by  doxygen 1.5.4