Skip to content

Commit 043447b

Browse files
Add o2-analysis-time-dependent-qa to the suite of AnalysisQC tasks (#1959)
* Create o2-analysis-time-dependent-qa.json o2-analysis-time-dependent-qa: some histograms that would be better to suppress (they will be heavy for long runs) * Update analyses_config.json Include o2-analysis-time-dependent-qa
1 parent 7a19983 commit 043447b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

MC/config/analysis_testing/json/analyses_config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,20 @@
102102
"o2-analysis-event-selection",
103103
"o2-analysis-event-selection-qa"]
104104
},
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+
},
105119
{
106120
"name": "CheckDataModelMC",
107121
"enabled": true,
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"time-dependent-qa-task": {
3+
"FlagCheckQoverPtHist": "0",
4+
"FlagFillPhiVsTimeHist": "0"
5+
}
6+
}

0 commit comments

Comments
 (0)