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 %}