CMS 3D CMS Logo

GeometryExtended2026Default_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from Configuration.Geometry.defaultPhase2ConditionsEra_cff import DEFAULT_VERSION
3 
4 geometry_import_stmt = f"from Configuration.Geometry.GeometryExtended{DEFAULT_VERSION}_cff import *"
5 exec(geometry_import_stmt)