We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7950ac commit a3ed685Copy full SHA for a3ed685
1 file changed
MC/config/analysis_testing/json/analyses_config.json
@@ -139,6 +139,20 @@
139
"o2-analysis-event-selection",
140
"o2-analysis-event-selection-qa"]
141
},
142
+ {
143
+ "name": "TimeDependentQA",
144
+ "enabled": true,
145
+ "expected_output": ["AnalysisResults.root"],
146
+ "valid_mc": true,
147
+ "valid_data": true,
148
+ "tasks": ["o2-analysis-timestamp",
149
+ "o2-analysis-track-propagation",
150
+ "o2-analysis-trackselection",
151
+ "o2-analysis-event-selection",
152
+ "o2-analysis-multiplicity-table",
153
+ "o2-analysis-ft0-corrected-table",
154
+ "o2-analysis-time-dependent-qa"]
155
+ },
156
{
157
"name": "WeakDecayTutorial",
158
"enabled": false,
0 commit comments