From 8d65369eae3ea71ec623f620d23cf0f8ea8106cf Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Wed, 8 Mar 2017 17:13:22 +0100 Subject: [PATCH] Fix typo in simFlag name. Former-commit-id: 6f7d0dfad1e7674adfd23275652ea53ce0976c21 --- Simulation/G4Atlas/G4AtlasApps/python/PyG4Atlas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulation/G4Atlas/G4AtlasApps/python/PyG4Atlas.py b/Simulation/G4Atlas/G4AtlasApps/python/PyG4Atlas.py index 4c612434218..5e03a1a93a0 100644 --- a/Simulation/G4Atlas/G4AtlasApps/python/PyG4Atlas.py +++ b/Simulation/G4Atlas/G4AtlasApps/python/PyG4Atlas.py @@ -142,7 +142,7 @@ class G4AtlasEngine: G4AtlasEngine.log.debug(' G4AtlasEngine: _init_G4: init Geant4 ') if G4AtlasEngine.log.level <= 30: from G4AtlasApps.SimFlags import simFlags - simFlags.g4Commands += ['/run/verbose 2'] # FIXME make configurable based on Athena message level? + simFlags.G4Commands += ['/run/verbose 2'] # FIXME make configurable based on Athena message level? G4AtlasEngine._ctrl.initializeG4(is_hive) self._InitList.append('init_G4') G4AtlasEngine._app_profiler('_init_G4: ') -- GitLab