Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-11-06 06:06:25

0001 import FWCore.ParameterSet.Config as cms
0002 from Configuration.Geometry.defaultPhase2ConditionsEra_cff import DEFAULT_VERSION
0003 
0004 dd4hep_geometry_import_stmt = f"from Configuration.Geometry.GeometryDD4hepExtended{DEFAULT_VERSION}_cff import *"
0005 exec(dd4hep_geometry_import_stmt)