ATLAS Offline Software
Loading...
Searching...
No Matches
References.py
Go to the documentation of this file.
1# Copyright (C) 2002-2026 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": "v33",
15 "s4005": "v21",
16 "s4006": "v30",
17 "s4007": "v29",
18 "s4008": "v2",
19 "s4454": "v14",
20 "a913": "v24",
21 # Digi
22 "d1920": "v24",
23 # Overlay
24 "d1726": "v19",
25 "d1759": "v27",
26 "d1912": "v9",
27 "d2029": "v12",
28 "d2030": "v27",
29 # Reco
30 "q442": "v124",
31 "q449": "v186",
32 "q452": "v89",
33 "q454": "v114",
34 "q447": "v20",
35 # Derivations
36 "data_PHYS_Run2": "v97",
37 "data_PHYSLITE_Run2": "v55",
38 "data_PHYS_Run3": "v112",
39 "data_PHYSLITE_Run3": "v71",
40 "mc_PHYS_Run2": "v133",
41 "mc_PHYSLITE_Run2": "v65",
42 "mc_PHYS_Run3": "v142",
43 "mc_PHYSLITE_Run3": "v80",
44 "af3_PHYS_Run2": "v85",
45 "af3_PHYSLITE_Run2": "v44",
46 "af3_PHYS_Run3": "v124",
47 "af3_PHYSLITE_Run3": "v83",
48}