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 44a9ccf commit f2e0c65Copy full SHA for f2e0c65
DATA/production/configurations/2021/OCT/apass4/async_pass.sh
@@ -170,6 +170,9 @@ if [[ -f "AO2D.root" ]]; then
170
echo "exit code from AO2D check is " $exitcode
171
exit $exitcode
172
fi
173
+ ${O2DPG_ROOT}/MC/analysis_testing/o2dpg_analysis_test_workflow.py --merged-task -f ../../AO2D.root
174
+ ${O2DPG_ROOT}/MC/bin/o2_dpg_workflow_runner.py -f workflow_analysis_test.json
175
+ mv Analysis/MergedAnalyses/AnalysisResults.root .
176
177
178
# copying the QC json file here
0 commit comments