ATLAS Offline Software
Loading...
Searching...
No Matches
WebPlots Namespace Reference

Classes

class  WebPlots

Variables

str __author__ = 'Juerg Beringer'
str __version__ = 'WebPlots.py atlas/athena'
str errorPage
str page

Detailed Description

ATLAS beam spot server for pre-made web plots (e.g. weekly beam spot history).

Variable Documentation

◆ __author__

str WebPlots.__author__ = 'Juerg Beringer'
private

Definition at line 7 of file WebPlots.py.

◆ __version__

str WebPlots.__version__ = 'WebPlots.py atlas/athena'
private

Definition at line 8 of file WebPlots.py.

◆ errorPage

str WebPlots.errorPage
Initial value:
= """\
<div class="errormsg">
We're sorry - this plot (%s) is currently not available.
</div>
"""

Definition at line 14 of file WebPlots.py.

◆ page

str WebPlots.page
Initial value:
= """
<div class="boldtext">
Last updated: %s
</div>
<img id="webplot" src="/webplots/%s">
"""

Definition at line 20 of file WebPlots.py.