ATLAS Offline Software
Loading...
Searching...
No Matches
References.py
Go to the documentation of this file.
1# Copyright (C) 2002-2025 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"
12references_map = {
13 # Simulation
14 "s3761": "v25",
15 "s4005": "v17",
16 "s4006": "v26",
17 "s4007": "v25",
18 "s4008": "v2",
19 "s4454": "v9",
20 "a913": "v20",
21 # Digi
22 "d1920": "v18",
23 # Overlay
24 "d1726": "v17",
25 "d1759": "v25",
26 "d1912": "v9",
27 "d2029": "v11",
28 "d2030": "v17",
29 # Reco
30 "q442": "v106",
31 "q449": "v164",
32 "q452": "v71",
33 "q454": "v90",
34 # Derivations
35 "data_PHYS_Run2": "v71",
36 "data_PHYSLITE_Run2": "v39",
37 "data_PHYS_Run3": "v81",
38 "data_PHYSLITE_Run3": "v49",
39 "mc_PHYS_Run2": "v97",
40 "mc_PHYSLITE_Run2": "v49",
41 "mc_PHYS_Run3": "v102",
42 "mc_PHYSLITE_Run3": "v60",
43 "af3_PHYS_Run2": "v47",
44 "af3_PHYSLITE_Run2": "v29",
45 "af3_PHYS_Run3": "v83",
46 "af3_PHYSLITE_Run3": "v62",
47}