/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/ParameterSet/python/test/MessWithGeometry_cfg.py
9 строк
346 B
Shahzad Malik Muzaffar
[CORE] py2/3 compatibility:drop use of __future__
22 ноя 2024, 20:16
22 ноя 2024, 20:16
4759e53
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms process = cms.Process("P") process.setStrict(True) process.load("FWCore.ParameterSet.test.Geometry_cfi") process.load("FWCore.ParameterSet.test.MessWithGeometry_cff") process.load("FWCore.ParameterSet.test.MessWithPreshower_cff") #check that both changes got merged print(process.geometry.dumpPython())