OVERWATCH Run List


{%- for run in runs %} {# Create anchors to link to #} {%- if loop.index % anchorFrequency == 0 -%} {% endif -%} {%- for subsystem in run.subsystems.values() %} {% if loop.first == True -%} {%- else -%} {%- endif %} {% if subsystem.subsystem in subsystemsWithRootFilesToShow -%} {%- endif -%} {% endfor %}
{{ run.prettyName }} {{ subsystem.subsystem }} Histograms
{{ subsystem.subsystem }} ROOT Files
{%- endfor %} {#- NOTE: The +1 offset is because we of course don't want to count from 0. -#}

{%- if runOffset - numberOfRunsToDisplay >= 0 -%}Previous -{%- endif %} Showing runs {{runOffset + 1}} - {{ [runOffset + numberOfRunsToDisplay, totalNumberOfRuns] | min }} out of {{ totalNumberOfRuns }} total runs {% if runOffset + numberOfRunsToDisplay < totalNumberOfRuns -%} - Next{%- endif -%}