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

Classes

class  BeamSpotSummary

Variables

str __author__ = 'Juerg Beringer'
str __version__ = '$Id $'
str tableSorter
str tableHeader
str runCount
str runCountLimit
 p = BeamSpotSummary()

Detailed Description

ATLAS beam spot web page for displaying beam spot job data.

Variable Documentation

◆ __author__

str BeamSpotSummary.__author__ = 'Juerg Beringer'
private

Definition at line 8 of file BeamSpotSummary.py.

◆ __version__

str BeamSpotSummary.__version__ = '$Id $'
private

Definition at line 9 of file BeamSpotSummary.py.

◆ p

BeamSpotSummary.p = BeamSpotSummary()

Definition at line 145 of file BeamSpotSummary.py.

◆ runCount

str BeamSpotSummary.runCount
Initial value:
= """\
<div class="text">
<h3>%s runs(s) with tasks of type %s:</h3>
</div>
"""

Definition at line 49 of file BeamSpotSummary.py.

◆ runCountLimit

str BeamSpotSummary.runCountLimit
Initial value:
= """\
<div class="text">
<h3>%s runs(s) with tasks of type %s, displaying last %i runs:</h3>
</div>
"""

Definition at line 55 of file BeamSpotSummary.py.

◆ tableHeader

str BeamSpotSummary.tableHeader
Initial value:
= """<table cellspacing="0" class="tablesorter">
<thead>
<tr>
<th>Run</th>
<th>Stream</th>
<th>Latest %s Task</th>
<th>Updated</th>
<th>Status</th>
<th>Results</th>
<th>Data in COOL</th>
<th>Validation<br>Job Status</th>
<th>Validation<br>Job Results</th>
<th>Links</th>
</tr>
</thead>
<tbody>
"""

Definition at line 31 of file BeamSpotSummary.py.

◆ tableSorter

str BeamSpotSummary.tableSorter
Initial value:
= """\
<script type="text/javascript" src="../js/jquery-latest.js"></script>
<script type="text/javascript" src="../js/jquery.tablesorter.js"></script>
<script type="text/javascript" id="js">
$(document).ready(function() {
$("table").tablesorter({
headers: { 3: { sorter: "shortDate" } },
sortList: [[0,1]]
});
});
</script>
"""

Definition at line 18 of file BeamSpotSummary.py.