Common/leftImage.jpg" alt="CMS 3D" align="left" border="0"/> Common/rightImage.jpg" alt="CMS Logo" align="right" border="0"/>

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py

Go to the documentation of this file.
00001 # This is a template in case constants are not taken from global tag:
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 from Alignment.CommonAlignmentProducer.GlobalPosition_Frontier_cff import *
00005 import CalibTracker.Configuration.Common.PoolDBESSource_cfi
00006 # 'connect' to be adjusted to release, 'tags' to newer payloads... 
00007 trackerAlignment = CalibTracker.Configuration.Common.PoolDBESSource_cfi.PoolDBESSource.clone(
00008     # connect = 'sqlite_file:afile.db'
00009     connect = 'frontier://FrontierProd/CMS_COND_21X_ALIGNMENT',
00010     toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentRcd'),
00011                                tag = cms.string('TrackerIdealGeometry210_mc')
00012                                ), 
00013                       cms.PSet(record = cms.string('TrackerAlignmentErrorRcd'),
00014                                tag = cms.string('TrackerIdealGeometryErrors210_mc')
00015                                ))
00016     )
00017 
00018 # Might be needed if you want to overwrite the global tag:
00019 # ESPrefer("PoolDBESSource", "trackerAlignment")