Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Aug 7, 2024
1 parent 1935b4f commit 33e7adf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CI/physmon/phys_perf_mon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function trackfinding() {
name=$1
path=$2

config="CI/physmon/config/default.yml"
default_config="CI/physmon/config/default.yml"

if [ -f $refdir/$path/performance_seeding.root ]; then
run_histcmp \
Expand All @@ -212,7 +212,7 @@ function trackfinding() {
"Seeding ${name}" \
$path/performance_seeding.html \
$path/performance_seeding_plots \
--config $config
--config $default_config
fi

run_histcmp \
Expand All @@ -221,7 +221,7 @@ function trackfinding() {
"CKF | ${name}" \
$path/performance_ckf.html \
$path/performance_ckf_plots \
--config $config
--config $default_config

run Examples/Scripts/generic_plotter.py \
$outdir/data/$path/tracksummary_ckf.root \
Expand Down

0 comments on commit 33e7adf

Please sign in to comment.