From bc56760001f55dab1fb29d530a21beb35a1180f1 Mon Sep 17 00:00:00 2001 From: John Chapman Date: Tue, 5 Apr 2022 11:09:20 +0200 Subject: [PATCH] Add ATLAS-R3S-2021-03-00-00 to the list of Simulation geometries (ATLASSIM-5724) --- Simulation/G4Atlas/G4AtlasApps/python/SimFlags.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Simulation/G4Atlas/G4AtlasApps/python/SimFlags.py b/Simulation/G4Atlas/G4AtlasApps/python/SimFlags.py index a9e66754268..0d11b670f92 100644 --- a/Simulation/G4Atlas/G4AtlasApps/python/SimFlags.py +++ b/Simulation/G4Atlas/G4AtlasApps/python/SimFlags.py @@ -313,7 +313,7 @@ class SimLayout(JobProperty): statusOn = True allowedTypes = ['str'] - StoredValue = 'ATLAS-R2-2015-03-01-00' + StoredValue = 'ATLAS-R2-2016-01-00-01' allowedValues = [ 'ATLAS-R1-2010-02-00-00', # Used in MC14a 'ATLAS-R1-2011-02-00-00', # Used in MC14a @@ -325,7 +325,8 @@ class SimLayout(JobProperty): 'ATLAS-R2-2016-00-00-00', # Testing for MC16 'ATLAS-R2-2016-01-00-01', # Final (?) MC16 'ATLAS-R2-2016-01-02-01', # Run2 Best Knowledge - 'ATLAS-R3S-2021-02-00-00', # Testing for MC21 + 'ATLAS-R3S-2021-02-00-00', # MC21 CP tuning samples (obsolete, incorrect BIS78 positions) + 'ATLAS-R3S-2021-03-00-00', # Testing for MC21 'ATLAS-P2-ITK-03-00-00', # Phase 2 upgrade testing 'ctbh8_combined', 'ctbh8_photon', -- GitLab