Skip to content

Commit

Permalink
ci: Include ttbar track summary in physmon (acts-project#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger authored Oct 5, 2023
1 parent 6474bd2 commit 3201e75
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CI/physmon/phys_perf_mon.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

set -e
set -x


mode=${1:all}
Expand Down Expand Up @@ -296,6 +297,22 @@ if [[ "$mode" == "all" || "$mode" == "fullchains" ]]; then
--config CI/physmon/vertexing_config.yml
ec=$(($ec | $?))

Examples/Scripts/generic_plotter.py \
$outdir/tracksummary_ckf_ttbar.root \
tracksummary \
$outdir/tracksummary_ckf_ttbar_hist.root \
--config CI/physmon/tracksummary_ckf_config.yml
ec=$(($ec | $?))

# remove ntuple file because it's large
rm $outdir/tracksummary_ckf_ttbar.root

run_histcmp \
$outdir/tracksummary_ckf_ttbar_hist.root \
$refdir/tracksummary_ckf_ttbar_hist.root \
"Track Summary CKF ttbar" \
tracksummary_ckf_ttbar

# remove ntuple file because it's large
rm $outdir/performance_amvf_ttbar.root

Expand Down
Binary file not shown.

0 comments on commit 3201e75

Please sign in to comment.