Skip to content

Commit 380dc86

Browse files
njacaziochiarazampolli
authored andcommitted
Add efficiency in data
1 parent c8b352e commit 380dc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/analysis_testing/o2dpg_analysis_test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
ANALYSES.append(analysis_MCHistograms)
109109
analysis_Efficiency = {"name": "Efficiency",
110110
"expected_output": ["AnalysisResults.root"],
111-
"valid_for": [ANALYSIS_VALID_MC],
111+
"valid_for": [ANALYSIS_VALID_MC, ANALYSIS_VALID_DATA],
112112
"cmd": "o2-analysis-timestamp {CONFIG} | o2-analysis-track-propagation {CONFIG} | o2-analysis-trackselection {CONFIG} | o2-analysis-event-selection {CONFIG} | o2-analysis-qa-efficiency --eff 1 --eff-pos 1 --eff-neg 1 {CONFIG} {AOD}"}
113113
ANALYSES.append(analysis_Efficiency)
114114
analysis_EventTrackQA = {"name": "EventTrackQA",

0 commit comments

Comments
 (0)