Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
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