CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Alignment/SurveyAnalysis/python/TIFSurveyInfo_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Reading from DB
00004 from CondCore.DBCommon.CondDBSetup_cfi import *
00005 PoolDBESSource = cms.ESSource("PoolDBESSource",
00006     CondDBSetup,
00007     connect = cms.string('frontier://FrontierProd/CMS_COND_21X_ALIGNMENT'),
00008     toGet = cms.VPSet(cms.PSet(
00009         record = cms.string('TrackerAlignmentRcd'),
00010         tag = cms.string('TibTidTecAllSurvey_v2')
00011     ), 
00012         cms.PSet(
00013             record = cms.string('TrackerAlignmentErrorRcd'),
00014             tag = cms.string('TibTidTecAllSurveyAPE_v2')
00015         ))
00016 )
00017