Skip to content
Snippets Groups Projects
Commit a668a5fc authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'muGeoRTTLay' into 'master'

Test asymmetric Run3 layout in muon_gm_check

See merge request atlas/athena!32078
parents 04b85c80 ef4a1989
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ set -x
echo $AtlasVersion
if [ ${AtlasVersion:0:4} == "21.0" ]; then
DetDesVer='"ATLAS-R2-2016-01-00-01"'
elif [ ${AtlasVersion:0:4} == "21.3" ]; then
elif [ ${AtlasVersion:0:4} == "21.3" ] || [ ${AtlasVersion:0:4} == "22.0" ]; then
DetDesVer='"ATLAS-R3-2021-01-00-00"'
else
DetDesVer='"ATLAS-R2-2015-03-04-00"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment