Skip to content
Snippets Groups Projects
Commit bfd1ede8 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'flake8_geomodel' into 'master'

AtlasGeoModel: enable flake8 and fix/remove code

See merge request atlas/athena!37821
parents 786b5be8 3a1c70bd
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 61 deletions
print "AtlasGeoModel/GeoModelInitStandard.py is OBSOLETE"
from AtlasGeoModel import GeoModelInitStandard
print "AtlasGeoModel/InDetGeoModel.py is OBSOLETE"
from AtlasGeoModel import InDetGM
print "AtlasGeoModel/InDetGeoModelCTB.py is OBSOLETE"
from AtlasGeoModel import InDetGMCTB
print "AtlasGeoModel/InDetGeoModelDC2.py is OBSOLETE"
from AtlasGeoModel import InDetGM
from AtlasGeoModel import LArGM
print "AtlasGeoModel/MiscGeoModel.py is OBSOLETE"
from AtlasGeoModel import MiscGM
print "AtlasGeoModel/MuonGeoModel.py is OBSOLETE"
from AtlasGeoModel import MuonGM
print " MuonGeoModelCTB is not supported "
printfunc ("AtlasGeoModel/SetGeometryVersion.py is OBSOLETE")
from AtlasGeoModel import SetGeometryVersion
print "AtlasGeoModel/SetGeometryVersionNew.py is OBSOLETE"
from AtlasGeoModel import SetGeometryVersion
print "AtlasGeoModel/TileGeoModel.py is OBSOLETE"
from AtlasGeoModel import TileGM
print "AtlasGeoModel/TileGeoModelCTB.py is OBSOLETE"
from AtlasGeoModel import TileGMCTB
#!/usr/bin/env python #!/usr/bin/env python
"""Run a test on Atlas Geometry configuration using a HITS file as input """Run a test on Atlas Geometry configuration using a HITS file as input
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
""" """
if __name__ == "__main__": if __name__ == "__main__":
import os
from AthenaCommon.Logging import log from AthenaCommon.Logging import log
from AthenaCommon.Constants import DEBUG from AthenaCommon.Constants import DEBUG
from AthenaCommon.Configurable import Configurable from AthenaCommon.Configurable import Configurable
......
#!/usr/bin/env python #!/usr/bin/env python
"""Run a test on Atlas Geometry configuration using a EVNT file as input """Run a test on Atlas Geometry configuration using a EVNT file as input
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
""" """
if __name__ == "__main__": if __name__ == "__main__":
import os
from AthenaCommon.Logging import log from AthenaCommon.Logging import log
from AthenaCommon.Constants import DEBUG from AthenaCommon.Constants import DEBUG
from AthenaCommon.Configurable import Configurable from AthenaCommon.Configurable import Configurable
......
#!/usr/bin/env python #!/usr/bin/env python
"""Run a test on Atlas Geometry configuration using a HITS file as input """Run a test on Atlas Geometry configuration using a HITS file as input
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
""" """
if __name__ == "__main__": if __name__ == "__main__":
import os
from AthenaCommon.Logging import log from AthenaCommon.Logging import log
from AthenaCommon.Constants import DEBUG from AthenaCommon.Constants import DEBUG
from AthenaCommon.Configurable import Configurable from AthenaCommon.Configurable import Configurable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment