forked from dmeuser/pixelAlignmentTimeEvolution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexTemplate.html
65 lines (62 loc) · 3.09 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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/dmeuser/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>Results of 2018</b></p>
The results of the PCL alignment for Runs of 2018 can be found <a href=index2018.html>here</a>.
<p>
<p><b>Results of 2021/2022 comissioning</b></p>
The results of the PCL alignment for Runs of 2021/2022 comissioning can be found <a href=index_21_22_comissioning.html>here</a>.
<p>
<p><b>Results of 2022</b></p>
The results of the PCL alignment for Runs of 2022 can be found <a href=index2022.html>here</a>.
<p>
<p><b>Results of 2023 comissioning</b></p>
The results of the PCL alignment for Runs of 2023 comissioning can be found <a href=index_23_comissioning.html>here</a>.
<p>
<p><b>Results of 2023</b></p>
The results of the PCL alignment for Runs of 2023 can be found <a href=index2023.html>here</a>.
<p>
<p><b>Results of 2023 Heavy Ion</b></p>
The results of the PCL alignment for Heavy Ion period of 2023 can be found <a href=index2023_HI.html>here</a>.
<p>
Author: <a href=mailto:[email protected]>Knut Kiesel</a>, modified by <a
href=mailto:[email protected]>Christian Autermann</a> and <a href=mailto:[email protected]>Danilo Meuser</a>
</html>