/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py
19 строк
1014 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
# This is a template in case constants are not taken from global tag: import FWCore.ParameterSet.Config as cms from Alignment.CommonAlignmentProducer.GlobalPosition_Frontier_cff import * import CalibTracker.Configuration.Common.PoolDBESSource_cfi # 'connect' to be adjusted to release, 'tags' to newer payloads... trackerAlignment = CalibTracker.Configuration.Common.PoolDBESSource_cfi.poolDBESSource.clone( # connect = 'sqlite_file:afile.db' connect = 'frontier://FrontierProd/CMS_COND_21X_ALIGNMENT', toGet = cms.VPSet(cms.PSet(record = cms.string('TrackerAlignmentRcd'), tag = cms.string('TrackerIdealGeometry210_mc') ), cms.PSet(record = cms.string('TrackerAlignmentErrorRcd'), tag = cms.string('TrackerIdealGeometryErrors210_mc') )) ) # Might be needed if you want to overwrite the global tag: # ESPrefer("PoolDBESSource", "trackerAlignment")