diff --git a/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py b/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py index 1c0fc8ea7d6a72c56b265bf16c92a19343eb9293..3392be616b5e0a225b8a25a8e9ad1a9d7ce91a2e 100755 --- a/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py +++ b/TileCalorimeter/TileGeoModel/share/Tile_buildGeo_SQLite.py @@ -1,3 +1,5 @@ +# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration + # job options to build geometry of the ATLAS detector # from a standalone GeoModel SQLite file, # and then to visualize the built geometry with VP1. @@ -6,6 +8,9 @@ # Oct 2021 # +## Python settings +from __future__ import print_function + # Create an event selector import AthenaCommon.AtlasUnixGeneratorJob # Configure GlobalFlags