We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be44c40 commit ce26db1Copy full SHA for ce26db1
MC/config/analysis_testing/json/analyses_config.json
@@ -102,6 +102,20 @@
102
"o2-analysis-event-selection",
103
"o2-analysis-event-selection-qa"]
104
},
105
+ {
106
+ "name": "TimeDependentQA",
107
+ "enabled": true,
108
+ "expected_output": ["AnalysisResults.root"],
109
+ "valid_mc": true,
110
+ "valid_data": true,
111
+ "tasks": ["o2-analysis-timestamp",
112
+ "o2-analysis-track-propagation",
113
+ "o2-analysis-trackselection",
114
+ "o2-analysis-event-selection",
115
+ "o2-analysis-multiplicity-table",
116
+ "o2-analysis-ft0-corrected-table",
117
+ "o2-analysis-time-dependent-qa"]
118
+ },
119
{
120
"name": "CheckDataModelMC",
121
"enabled": true,
0 commit comments