-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathworkflows_run5.yml
More file actions
114 lines (87 loc) · 3.16 KB
/
workflows_run5.yml
File metadata and controls
114 lines (87 loc) · 3.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
---
workflows:
# Candidate creators
o2-analysis-hf-candidate-creator-x:
dependencies: o2-analysis-hf-candidate-selector-jpsi_runX
tables:
default: [HFCANDXBASE, DYN/HFCANDXEXT]
mc: [HFCANDXMCREC, HFCANDXMCGEN]
o2-analysis-hf-candidate-creator-chic:
dependencies: o2-analysis-hf-candidate-selector-jpsi_runX
tables:
default: [HFCANDCHICBASE, DYN/HFCANDCHICEXT]
mc: [HFCANDCHICMCREC, HFCANDCHICMCGEN]
o2-analysis-hf-candidate-creator-xicc:
dependencies: o2-analysis-hf-candidate-selector-xic-to-p-k-pi
requires_mc: yes
options:
mc: "--doMC"
tables:
default: [HFCANDXICCBASE, DYN/HFCANDXICCEXT]
mc: [HFCANDXICCMCREC, HFCANDXICCMCGEN]
# Selectors
o2-analysis-hf-candidate-selector-jpsi_run3: &selector_jpsi
# <<: *selector_2prong
executable: o2-analysis-hf-candidate-selector-jpsi
tables: HFSELJPSI
o2-analysis-hf-candidate-selector-jpsi_run2:
<<: *selector_jpsi
o2-analysis-hf-candidate-selector-jpsi_run5:
<<: *selector_jpsi
options: --isAlice3
o2-analysis-hf-candidate-selector-x-to-jpsi-pi-pi:
dependencies: o2-analysis-hf-candidate-creator-x
tables: HFSELX
o2-analysis-hf-candidate-selector-chic-to-jpsi-gamma:
dependencies: o2-analysis-hf-candidate-creator-chic
tables: HFSELCHIC
o2-analysis-hf-candidate-selector-xicc-to-p-k-pi-pi:
dependencies: o2-analysis-hf-candidate-creator-xicc
requires_mc: yes
tables: HFSELXICC
# Analysis tasks
o2-analysis-hf-task-jpsi:
options:
mc: "--doMC"
dependencies: o2-analysis-hf-candidate-selector-jpsi_runX
o2-analysis-hf-task-x:
options:
mc: "--doMC"
dependencies: o2-analysis-hf-candidate-selector-x-to-jpsi-pi-pi
o2-analysis-hf-task-chic:
options:
mc: "--doMC"
dependencies: o2-analysis-hf-candidate-selector-chic-to-jpsi-gamma
o2-analysis-hf-task-xicc:
requires_mc: yes
options:
mc: "--doMC"
dependencies: o2-analysis-hf-candidate-selector-xicc-to-p-k-pi-pi
# Tree creators
o2-analysis-hf-tree-creator-x-to-jpsi-pi-pi:
requires_mc: yes
dependencies: o2-analysis-hf-candidate-selector-x-to-jpsi-pi-pi
tables: [HFCANDXFULL, HFCANDXFULLEV, HFCANDXFULLP]
o2-analysis-hf-tree-creator-chic-to-jpsi-gamma:
requires_mc: yes
dependencies: o2-analysis-hf-candidate-selector-chic-to-jpsi-gamma
tables: [HFCANDCHICFULL, HFCANDCHICFULLE, HFCANDCHICFULLP]
o2-analysis-hf-tree-creator-xicc-to-p-k-pi-pi:
requires_mc: yes
dependencies: o2-analysis-hf-candidate-selector-xicc-to-p-k-pi-pi
tables: [HFCANDXICCFULL, HFCANDXICCFULLE, HFCANDXICCFULLP]
# QA
o2-analysis-hf-task-qa-pid-rejection:
requires_mc: yes
dependencies: [o2-analysis-hf-track-index-skim-creator_skimX, o2-analysis-pid-tpc_runX, o2-analysis-pid-tof_runX]
# Helper tasks
o2-analysis-trackselection_run5:
executable: o2-analysis-alice3-trackselection
o2-analysis-track-dca_run5:
executable: o2-analysis-alice3-trackextension
o2-analysis-centrality_run5:
executable: o2-analysis-alice3-centrality
dependencies: o2-analysis-track-dca_run5
# PID
o2-analysis-pid-tof_run5:
executable: o2-analysis-alice3-pid-tof