Skip to content

Commit

Permalink
chore: Update physmon comment after vertexing monitoring changes (#2130)
Browse files Browse the repository at this point in the history
after merging a bunch of vertexing monitoring improvements the physmon comment should also catch up
  • Loading branch information
andiwand committed May 16, 2023
1 parent c59801e commit 1f7a6c0
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions CI/physmon/comment_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@
Seeding: {{ make_url("seeded", "seeding_seeded.html") }}, {{ make_url("truth estimated", "seeding_truth_estimated.html") }}, {{ make_url("orthogonal", "seeding_orthogonal.html") }}
CKF: {{ make_url("seeded", "ckf_seeded.html") }}, {{ make_url("truth smeared", "ckf_truth_smeared.html") }}, {{ make_url("truth estimated", "ckf_truth_estimated.html") }}, {{ make_url("orthogonal", "ckf_orthogonal.html") }}
IVF: {{ make_url("seeded", "ivf_seeded.html") }}, {{ make_url("truth smeared", "ivf_truth_smeared.html") }}, {{ make_url("truth estimated", "ivf_truth_estimated.html") }}, {{ make_url("orthogonal", "ivf_orthogonal.html") }}
AMVF: {{ make_url("seeded", "amvf_seeded.html") }}, {{ make_url("truth smeared", "amvf_truth_smeared.html") }}, {{ make_url("truth estimated", "amvf_truth_estimated.html") }}, {{ make_url("orthogonal", "amvf_orthogonal.html") }}
Ambiguity resolution: {{ make_url("seeded", "ambi_seeded.html") }}, {{ make_url("orthogonal", "ambi_orthogonal.html") }}
{{ make_url("Truth tracking", "truth_tracking.html") }}
{{ make_url("Truth tracking (GSF)", "gsf.html")}}

### Vertexing {{ "" if all_exist(
"vertexing_mu_scan.pdf",
"vertexing_mu_scan.pdf",
"ivf_seeded_plots",
"ivf_truth_smeared_plots",
"ivf_truth_estimated_plots",
"ivf_orthogonal_plots",
"amvf_seeded_plots",
"amvf_truth_smeared_plots",
"amvf_truth_estimated_plots",
"amvf_orthogonal_plots",
) else ":x: "}}

{% call detail_block("Vertexing vs. mu", "vertexing_mu_scan.pdf") %}
Expand All @@ -32,14 +37,31 @@ Ambiguity resolution: {{ make_url("seeded", "ambi_seeded.html") }}, {{ make_url(
{% for url in [
"covXX.pdf",
"covYY.pdf",
"diffx.pdf",
"diffy.pdf",
"diffz.pdf",
"covZZ.pdf",
"resX.pdf",
"resY.pdf",
"resZ.pdf",
"recoOverTrue.pdf",
] -%}
{{- make_image("ivf_"+mode+"_plots/"+url, "50%") -}}
{%- endfor %}

{% for mode in ["seeded", "truth_smeared", "truth_estimated", "orthogonal"] %}

{% call detail_block("AMVF "+mode, "amvf_"+mode+"_plots") %}

{% for url in [
"covXX.pdf",
"covYY.pdf",
"covZZ.pdf",
"resX.pdf",
"resY.pdf",
"resZ.pdf",
"recoOverTrue.pdf",
] -%}
{{- make_image("amvf_"+mode+"_plots/"+url, "50%") -}}
{%- endfor %}

{% endcall %}

{% endfor %}
Expand Down

0 comments on commit 1f7a6c0

Please sign in to comment.