From 4e796655dec8ab985b4e179aaa78db40d4d03607 Mon Sep 17 00:00:00 2001 From: Martina Javurkova <martina.pagacova@cern.ch> Date: Mon, 13 May 2024 15:09:22 +0200 Subject: [PATCH] Fixing FastChain ART test running std. PU --- .../test/test_MC21a_ATLFAST3F_G4MS_pileup_ttbar_CA.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Simulation/FastSimulation/FastChainPileup/test/test_MC21a_ATLFAST3F_G4MS_pileup_ttbar_CA.sh b/Simulation/FastSimulation/FastChainPileup/test/test_MC21a_ATLFAST3F_G4MS_pileup_ttbar_CA.sh index b014e0101d55..176c8f705513 100755 --- a/Simulation/FastSimulation/FastChainPileup/test/test_MC21a_ATLFAST3F_G4MS_pileup_ttbar_CA.sh +++ b/Simulation/FastSimulation/FastChainPileup/test/test_MC21a_ATLFAST3F_G4MS_pileup_ttbar_CA.sh @@ -38,7 +38,7 @@ FastChain_tf.py \ --geometryVersion 'ATLAS-R3S-2021-03-00-00' \ --conditionsTag 'OFLCOND-MC21-SDR-RUN3-07' \ --preInclude 'Campaigns.MC21a' 'Campaigns.MC21SimulationNoIoV' \ - --postInclude 'PyJobTransforms.UseFrontier' 'Digitization.DigitizationSteering.DigitizationTestingPostInclude' \ + --postInclude 'PyJobTransforms.UseFrontier' 'DigitizationConfig.DigitizationSteering.DigitizationTestingPostInclude' \ --postExec 'with open("ConfigCA.pkl", "wb") as f: cfg.store(f)' \ --imf False -- GitLab