/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Configuration/python/GeometryXML_cff.py
11 строк
698 B
Kevin Pedro
support both DB and XML geometry for FastSim
14 мар 2026, 03:24
14 мар 2026, 03:24
78be03a
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from FastSimulation.Configuration.Geometries_cff import _fastSimGeometryCustoms from Geometry.TrackerGeometryBuilder.trackerGeometry_cfi import trackerGeometry as _trackerGeometry from Geometry.DTGeometryBuilder.dtGeometry_cfi import DTGeometryESModule as _DTGeometryESModule from Geometry.CSCGeometryBuilder.cscGeometry_cfi import CSCGeometryESModule as _CSCGeometryESModule def _fastSimGeometryCustomsXML(process): _fastSimGeometryCustoms(process, _trackerGeometry, _DTGeometryESModule, _CSCGeometryESModule) from Configuration.Eras.Modifier_fastSim_cff import fastSim modifyGeomXML_fastSim = fastSim.makeProcessModifier(_fastSimGeometryCustomsXML)