From 6d6f41e5f92056a75f415c19e1c545e5231cb117 Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Thu, 25 Mar 2021 11:57:41 +0100 Subject: [PATCH] Drop use of G4TestAlg, as this isn't part of the AthSimulation project. Should fix ATLASSIM-5159. --- .../ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh index 66032bba5c81..9a3a75ab869e 100755 --- a/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh +++ b/Simulation/Tests/ISF_Validation/test/test_Sim_FullG4_ZPrime_QuasiStable.sh @@ -9,14 +9,13 @@ # art-include: master/AthSimulation # art-type: grid # art-output: test.HITS.pool.root -# art-output: truth.root Sim_tf.py \ --conditionsTag 'default:OFLCOND-RUN12-SDR-19' \ --physicsList 'FTFP_BERT' \ --truthStrategy 'MC15aPlus' \ --simulator 'FullG4_LongLived' \ ---postInclude 'default:PyJobTransforms/UseFrontier.py,G4AtlasTests/postInclude.DCubeTest.py' \ +--postInclude 'default:PyJobTransforms/UseFrontier.py' \ --preInclude 'EVNTtoHITS:SimulationJobOptions/preInclude.BeamPipeKill.py,SimulationJobOptions/preInclude.FrozenShowersFCalOnly.py' \ --DataRunNumber '222525' \ --geometryVersion 'default:ATLAS-R2-2015-03-01-00' \ -- GitLab