ATLAS Offline Software
References.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 
6 
7 # The top-level directory for the files is /eos/atlas/atlascerngroupdisk/data-art/grid-input/WorkflowReferences/
8 # Then the subfolders follow the format branch/test/version, i.e. for s3760 in master the reference files are under
9 # /eos/atlas/atlascerngroupdisk/data-art/grid-input/WorkflowReferences/main/s3760/v1 for v1 version
10 
11 # Format is "test" : "version"
12 references_map = {
13  # Simulation
14  "s3761": "v18",
15  "s4005": "v12",
16  "s4006": "v20",
17  "s4007": "v19",
18  "s4008": "v1",
19  "s4454": "v2",
20  "a913": "v15",
21  # Digi
22  "d1920": "v6",
23  # Overlay
24  "d1726": "v13",
25  "d1759": "v19",
26  "d1912": "v8",
27  # Reco
28  "q442": "v71",
29  "q449": "v112",
30  "q452": "v30",
31  "q454": "v43",
32  # Derivations
33  "data_PHYS_Run2": "v40",
34  "data_PHYSLITE_Run2": "v21",
35  "data_PHYS_Run3": "v39",
36  "data_PHYSLITE_Run3": "v21",
37  "mc_PHYS_Run2": "v53",
38  "mc_PHYSLITE_Run2": "v24",
39  "mc_PHYS_Run3": "v54",
40  "mc_PHYSLITE_Run3": "v27",
41  "af3_PHYS_Run3": "v35",
42  "af3_PHYSLITE_Run3": "v28",
43 }