diff --git a/Simulation/G4Sim/G4HiveEx/share/G4HiveExOpts.py b/Simulation/G4Sim/G4HiveEx/share/G4HiveExOpts.py index cf1644e1fb738cdc8dc4f4572a02ca83e810a480..f2f118cdea73350df6b5314fe90b03e1a08e5117 100644 --- a/Simulation/G4Sim/G4HiveEx/share/G4HiveExOpts.py +++ b/Simulation/G4Sim/G4HiveEx/share/G4HiveExOpts.py @@ -189,6 +189,7 @@ for sd in larSDs: sdMaster.SensitiveDetectors.remove(sd) try: topSeq.remove(topSeq.EventInfoTagBuilder) except AttributeError as e: + from AthenaCommon.Logging import log as msg msg.warning('EventInfoTagBuilder no longer on TopSeq') msg.warning('Probably safe to disable workaround now.')