Skip to content

Commit

Permalink
Take out analysis compilation from analyze.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored Oct 3, 2024
1 parent 2f269d6 commit a7f68f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes/03-filling_out_your_benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ OUTPUT_PLOTS_DIR=sim_output/nocampaign
mkdir -p ${OUTPUT_PLOTS_DIR}
# Analyze
command time -v \
root -l -b -q "benchmarks/your_benchmark/analysis/uchannelrho.cxx+(\"${REC_FILE}\",\"${OUTPUT_PLOTS_DIR}/plots.root\")"
root -l -b -q "benchmarks/your_benchmark/analysis/uchannelrho.cxx(\"${REC_FILE}\",\"${OUTPUT_PLOTS_DIR}/plots.root\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR analysis failed"
exit 1
Expand Down

0 comments on commit a7f68f0

Please sign in to comment.