ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HSCPValidation/scripts/indexTemplate.html
Revision: 1.1
Committed: Wed Jan 20 19:09:29 2010 UTC (15 years, 3 months ago) by carrillo
Content type: text/html
Branch: MAIN
CVS Tags: for_CMSSW_3_4_2, HEAD
Log Message:
first release

File Contents

# Content
1 <html>
2 <head>
3 <style type="text/css">
4 <!--
5 A:link {text-decoration: none;}
6 A:visited {text-decoration: none;}
7 A:active {text-decoration: none;}
8 A:hover {text-decoration: none; color: #66ccff;}
9 //-->
10 </style>
11 <title>
12 -particle-
13 </title>
14 </head>
15 <body>
16 <table width="20%" border="1" cellpadding="0" cellspacing="0">
17 <tr>
18 <font size="8">HSCP relevant plots<br></font>
19 <font size="6">Particle -particle-<br></font>
20 <font size="6">PDGId -pdgid-<br></font>
21 <font size="6">Mass -mass-<br></font>
22 <font size="6">Number of events -nevents-<br></font>
23 <font size="6">Number of HSCPs per event 2<br></font>
24 <font size="6">Release -release-<br></font>
25 </tr>
26
27 <tr><td>
28 <font size="8">Generation<br></font>
29 </td></tr>
30
31 <tr>
32 <td align="center">
33 <a href='./gen/eta.png'>
34 <img width="600" border='0' src='./gen/eta.png'>
35 </a>
36 </td>
37 <td align="center">
38 <a href='./gen/phi.png'>
39 <img width="600" border='0' src='./gen/phi.png'>
40 </a>
41 </td>
42 </tr>
43
44 <tr>
45 <td align="center">
46 <a href='./gen/pt.png'>
47 <img width="600" border='0' src='./gen/pt.png'>
48 </a>
49 </td>
50 <td align="center">
51 <a href='./gen/p.png'>
52 <img width="600" border='0' src='./gen/p.png'>
53 </a>
54 </td>
55 </tr>
56
57 <tr>
58 <td align="center">
59 <a href='./gen/beta.png'>
60 <img width="600" border='0' src='./gen/beta.png'>
61 </a>
62 </td>
63 <td align="center">
64 <a href='./gen/1beta.png'>
65 <img width="600" border='0' src='./gen/1beta.png'>
66 </a>
67 </td>
68 </tr>
69
70 <tr><td>
71 <font size="8">Simulation<br></font>
72 </td></tr>
73
74 <tr>
75 <td align="center">
76 <a href='./sim/simhits.png'>
77 <img width="600" border='0' src='./gen/simhits.png'>
78 </a>
79 </td>
80 <td align="center">
81 <a href='./sim/energy.png'>
82 <img width="600" border='0' src='./sim/energy.png'>
83 </a>
84 </td>
85 </tr>
86
87 <tr><td>
88 <font size="8">Digitization<br></font>
89 </td></tr>
90
91 <tr>
92 <td align="center">
93 <a href='./digi/rpc.png'>
94 <img width="600" border='0' src='./digi/rpc.png'>
95 </a>
96 </td>
97 <td align="center">
98 <a href='./digi/ecal.png'>
99 <img width="600" border='0' src='./digi/ecal.png'>
100 </a>
101 </td>
102 </tr>
103
104 <tr><td>
105 <font size="8">Trigger<br></font>
106 </td></tr>
107
108 <tr>
109 <td align="center">
110 <a href='./trig/L1eff.png'>
111 <img width="600" border='0' src='./trig/L1eff.png'>
112 </a>
113 </td>
114 </tr>
115 <tr>
116 <td align="center">
117 <a href='./trig/HLTeff.png'>
118 <img width="600" border='0' src='./trig/HLTeff.png'>
119 </a>
120 </td>
121 </tr>
122
123 <tr><td>
124 <font size="8">Reconstruction<br></font>
125 </td></tr>
126
127 <tr>
128 <td align="center">
129 <a href='./reco/eta.png'>
130 <img width="600" border='0' src='./reco/eta.png'>
131 </a>
132 </td>
133 <td align="center">
134 <a href='./reco/phi.png'>
135 <img width="600" border='0' src='./reco/phi.png'>
136 </a>
137 </td>
138 </tr>
139
140 <tr>
141 <td align="center">
142 <a href='./reco/deta.png'>
143 <img width="600" border='0' src='./reco/deta.png'>
144 </a>
145 </td>
146 <td align="center">
147 <a href='./reco/dphi.png'>
148 <img width="600" border='0' src='./reco/dphi.png'>
149 </a>
150 </td>
151 </tr>
152
153 <tr>
154 <td align="center">
155 <a href='./reco/dp.png'>
156 <img width="600" border='0' src='./reco/dp.png'>
157 </a>
158 </td>
159 <td align="center">
160 <a href='./reco/dpt.png'>
161 <img width="600" border='0' src='./reco/dpt.png'>
162 </a>
163 </td>
164 </tr>
165
166
167 </table>
168 </body>
169 </html>