diff --git a/DetectorDescription/IdDictDetDescrCnv/CMakeLists.txt b/DetectorDescription/IdDictDetDescrCnv/CMakeLists.txt index 22bfe74b9205a21764d95424df7c8a98a472a62d..3db9b4028155fdbe8d1c1e21b5cc2e9e08972073 100644 --- a/DetectorDescription/IdDictDetDescrCnv/CMakeLists.txt +++ b/DetectorDescription/IdDictDetDescrCnv/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration +# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration # Declare the package name: atlas_subdir( IdDictDetDescrCnv ) @@ -8,6 +8,3 @@ atlas_add_component( IdDictDetDescrCnv src/*.cxx LINK_LIBRARIES AthenaBaseComps AthenaKernel AtlasDetDescr DetDescrCnvSvcLib GaudiKernel GeoModelInterfaces GeoModelUtilities IdDictDetDescr IdDictParser Identifier RDBAccessSvcLib StoreGateLib ) -# Install files from the package: -atlas_install_joboptions( share/*.py ) - diff --git a/DetectorDescription/IdDictDetDescrCnv/share/IdDictDetDescrCnv_joboptions.py b/DetectorDescription/IdDictDetDescrCnv/share/IdDictDetDescrCnv_joboptions.py deleted file mode 100755 index 89754ce457fd989fc033bc77513c6824cc46ef52..0000000000000000000000000000000000000000 --- a/DetectorDescription/IdDictDetDescrCnv/share/IdDictDetDescrCnv_joboptions.py +++ /dev/null @@ -1,18 +0,0 @@ -# -# Joboptions for the loading of the of InDetDDMgr -# - -_log = logging.getLogger( 'IdDictDetDescrCnv_joboptions' ) -from AthenaCommon.GlobalFlags import globalflags -from IOVDbSvc.CondDB import conddb - -# Disable for MC or for Run 1 (AlignL* folders are not in COMP200). -if globalflags.DataSource.get_Value() != 'data' or conddb.dbname == 'COMP200': - _log.debug("Disabling ID dynamic alignment") - from AtlasGeoModel.InDetGMJobProperties import InDetGeometryFlags - InDetGeometryFlags.useDynamicAlignFolders=False - -# DLLs -theApp.Dlls += [ "IdDictDetDescrCnv" ] - -del _log