/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/CaloEventSetup/python/xmlsqlitefile.py
12 строк
454 B
Marco Musich
remove illegal nested parameters in DBParameters
12 апр 2025, 14:31
12 апр 2025, 14:31
6674781
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from CondCore.DBCommon.CondDBCommon_cfi import * PoolDBESSource = cms.ESSource( "PoolDBESSource", CondDBCommon, toGet = cms.VPSet( cms.PSet( record = cms.string('GeometryFileRcd' ), tag = cms.string('XMLFILE_Geometry_Test03')) ), ) PoolDBESSource.connect = cms.string('sqlite_file:allxml.db')