{{ title }}

{# Cannot escape html encoding using url_for, so have to manually replace "?", "=", and "&" #} {# See: https://stackoverflow.com/a/27304735 #}

Ran QA function "{{ qaFunctionName }}" for Subsystem "{{ subsystem }}" from {{ firstRun }} to {{ lastRun }}.

ROOT file containing all QA histograms from this function are available here.


{% if hists != {} %}

Results

{% for histLabel in hists %}

{{ histLabel }}

{# Cannot escape html encoding using url_for, so have to manually replace "?", "=", and "&" #} {# See: https://stackoverflow.com/a/27304735 #} {{ histLabel }} {% endfor %}
{% else %}

There are no histograms to display! Please try again, perhaps with a different set of runs.

{% endif %}