Skip to content

Commit ea98eef

Browse files
Benedikt Volkelchiarazampolli
authored andcommitted
Fixes
* add config really to each executable * remove duplicated track-selection
1 parent 9b92154 commit ea98eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MC/analysis_testing/o2dpg_analysis_test_workflow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
analysis_MCHistograms = {"name": "MCHistograms",
101101
"expected_output": None,
102102
"valid_for": [ANALYSIS_VALID_MC],
103-
"cmd": "o2-analysistutorial-mc-histograms {AOD}"}
103+
"cmd": "o2-analysistutorial-mc-histograms {CONFIG} {AOD}"}
104104
ANALYSES.append(analysis_MCHistograms)
105105
analysis_Efficiency = {"name": "Efficiency",
106106
"expected_output": ["AnalysisResults.root"],
@@ -125,7 +125,7 @@
125125
analysis_PWGMMMFT = {"name": "PWGMMMFT",
126126
"expected_output": ["AnalysisResults.root"],
127127
"valid_for": [ANALYSIS_VALID_MC, ANALYSIS_VALID_DATA],
128-
"cmd": "o2-analysis-timestamp {CONFIG} | o2-analysis-trackselection {CONFIG} | o2-analysis-trackextension {CONFIG} | o2-analysis-trackselection {CONFIG} | o2-analysis-event-selection {CONFIG} | o2-analysis-multiplicity-table {CONFIG} | o2-analysis-mm-dndeta-mft {CONFIG} {AOD}"}
128+
"cmd": "o2-analysis-timestamp {CONFIG} | o2-analysis-trackextension {CONFIG} | o2-analysis-trackselection {CONFIG} | o2-analysis-event-selection {CONFIG} | o2-analysis-multiplicity-table {CONFIG} | o2-analysis-mm-dndeta-mft {CONFIG} {AOD}"}
129129
ANALYSES.append(analysis_PWGMMMFT)
130130
analysis_EventSelectionQA = {"name": "EventSelectionQA",
131131
"expected_output": ["AnalysisResults.root"],
@@ -135,7 +135,7 @@
135135
analysis_WeakDecayTutorial = {"name": "WeakDecayTutorial",
136136
"expected_output": None,
137137
"valid_for": [ANALYSIS_VALID_MC],
138-
"cmd": "o2-analysistutorial-weak-decay-iteration {AOD}"}
138+
"cmd": "o2-analysistutorial-weak-decay-iteration {CONFIG} {AOD}"}
139139
ANALYSES.append(analysis_WeakDecayTutorial)
140140

141141
def make_merged_analysis(*analysis_names, accept_data_or_mc=ANALYSIS_VALID_MC):

0 commit comments

Comments
 (0)