/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Alignment/SurveyAnalysis/python/TIFSurveyInfo_cff.py
16 строк
549 B
Alexey
missing parts
04 фев 2015, 14:53
04 фев 2015, 14:53
1fafeef
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # Reading from DB from CondCore.DBCommon.CondDBSetup_cfi import * PoolDBESSource = cms.ESSource("PoolDBESSource", CondDBSetup, connect = cms.string('frontier://FrontierProd/CMS_COND_21X_ALIGNMENT'), toGet = cms.VPSet(cms.PSet( record = cms.string('TrackerAlignmentRcd'), tag = cms.string('TibTidTecAllSurvey_v2') ), cms.PSet( record = cms.string('TrackerAlignmentErrorExtendedRcd'), tag = cms.string('TibTidTecAllSurveyAPE_v2') )) )