CMS 3D CMS Logo

GeometryDD4hepExtended2026DefaultReco_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 reco_dd4hep_geometry_import_stmt = f"from Configuration.Geometry.GeometryDD4hepExtended{DEFAULT_VERSION}Reco_cff import *"
5 exec(reco_dd4hep_geometry_import_stmt)