/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondCore/ESSources/python/CondDBESSource_cfi.py
25 строк
883 B
Jan Chyczynski
print diagnostics based on m_printDebug flag to IOVProxy and ProductResolverWrapperBase
01 апр 2025, 12:26
01 апр 2025, 12:26
4b8c72c
Код
Авторство
О чём код?
#This is the default configuration for the connection to the frontier servlets #in order to fetch the condition payloads in CMSSW. import socket import FWCore.ParameterSet.Config as cms from CondCore.CondDB.CondDB_cfi import * CondDBConnection = CondDB.clone( connect = cms.string( 'frontier://FrontierProd/CMS_CONDITIONS' ) ) from CondCore.ESSources.default_CondDBESource_cfi import PoolDBESSource as _PoolDBESSource GlobalTag = _PoolDBESSource( CondDBConnection, globaltag = '', snapshotTime = '', frontierKey = '', toGet = [], # hook to override or add single payloads JsonDumpFileName = '', DumpStat = False, ReconnectEachRun = False, RefreshAlways = False, RefreshEachRun = False, RefreshOpenIOVs = False, pfnPostfix = '', pfnPrefix = '', recordsToDebug = [], )