-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindexTemplate.html
49 lines (46 loc) · 2.21 KB
/
indexTemplate.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>Time evolution of the CMS pixel large structure aligment</title>
</head>
<style>
img { width:100%; }
</style>
<body>
Here the time evolution of the alignment of the CMS pixel large structures is shown.
The MillePede algorithm is run in the Prompt Calibration Loop (PCL) at Tier-0.
The plots can be downloaded in vector format by clicking on the images.
Last updated on ${date}.
(<a href=https://github.com/kkiesel/pixelAlignmentTimeEvolution>Code used to produce the plots</a>)
<p><b>Progression of alignment parameters from PCL at Tier0 </b></p>
Versus run number
<table>
<tr>
<td> <a href="plots/vsRun_Xpos.pdf"><img src="plots/vsRun_Xpos.png" border="0"/></a> </td>
<td> <a href="plots/vsRun_Ypos.pdf"><img src="plots/vsRun_Ypos.png" border="0"/></a> </td>
<td> <a href="plots/vsRun_Zpos.pdf"><img src="plots/vsRun_Zpos.png" border="0"/></a> </td>
</tr><tr>
<td> <a href="plots/vsRun_Xrot.pdf"><img src="plots/vsRun_Xrot.png" border="0"/></a> </td>
<td> <a href="plots/vsRun_Yrot.pdf"><img src="plots/vsRun_Yrot.png" border="0"/></a> </td>
<td> <a href="plots/vsRun_Zrot.pdf"><img src="plots/vsRun_Zrot.png" border="0"/></a> </td>
</tr>
</table>
Versus time
<table>
<tr>
<td> <a href="plots/vsTime_Xpos.pdf"><img src="plots/vsTime_Xpos.png" border="0"/></a> </td>
<td> <a href="plots/vsTime_Ypos.pdf"><img src="plots/vsTime_Ypos.png" border="0"/></a> </td>
<td> <a href="plots/vsTime_Zpos.pdf"><img src="plots/vsTime_Zpos.png" border="0"/></a> </td>
</tr><tr>
<td> <a href="plots/vsTime_Xrot.pdf"><img src="plots/vsTime_Xrot.png" border="0"/></a> </td>
<td> <a href="plots/vsTime_Yrot.pdf"><img src="plots/vsTime_Yrot.png" border="0"/></a> </td>
<td> <a href="plots/vsTime_Zrot.pdf"><img src="plots/vsTime_Zrot.png" border="0"/></a> </td>
</tr>
</table>
<p><b>Runs in detail </b></p>
${table}
<p><b>Manual Workflow for reference</b></p>
The manual workflow is not running any more, reference plots are shown <a href=manualWorkflow.html>here</a>.
<p>
Author: <a href=mailto:kiesel@cern.ch>Knut Kiesel</a>
</html>