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:
1= """\
2<div class="errormsg">
3We're sorry - this plot (%s) is currently not available.
4</div>
5"""

Definition at line 14 of file WebPlots.py.

◆ page

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

Definition at line 20 of file WebPlots.py.