125 |
</td> |
</td> |
126 |
</tr> |
</tr> |
127 |
</xsl:for-each> |
</xsl:for-each> |
128 |
<xsl:for-each select="TBENDRUN"> |
<xsl:for-each select="TBENDRUN"> |
129 |
<tr bgcolor="#7777FF"> |
<tr bgcolor="#7777FF"> |
130 |
<th align="left" colspan = '99'>TriggerBoard EndRun Section</th> |
<th align="left" colspan = '99'>TriggerBoard EndRun Section</th> |
131 |
</tr> |
</tr> |
132 |
<tr bgcolor="#1acd32"> |
<tr bgcolor="#1acd32"> |
133 |
<table border="1" width = '100%'> |
<table border="1" width = '100%'> |
134 |
<tr> |
<tr> |
135 |
<th align="center">Alarm Mask</th> |
<th align="center">Alarm Mask</th> |
136 |
<th align="center">S3 Mask</th> |
<th align="center">S3S2S11 Mask</th> |
137 |
<th align="center">S2 Mask</th> |
<th align="center">S11CRC Mask</th> |
138 |
<th align="center">S21 Mask</th> |
<th align="center">S4CAL Mask</th> |
139 |
<th align="center">S11 Mask</th> |
<th align="center">Busy Mask</th> |
140 |
<th align="center">S4 Mask</th> |
<th align="center">Trig Conf</th> |
141 |
<th align="center">Calo Mask</th> |
</tr> |
142 |
<th align="center">Busy Mask</th> |
<tr> |
143 |
<th align="center">Calib Flag</th> |
<td> |
144 |
<th align="center">S4 Trig</th> |
<xsl:call-template name="Dec2Hex"> |
145 |
<th align="center">Calo Trig</th> |
<xsl:with-param name="value" select="ALARM_MASK"/> |
146 |
<th align="center">Tof Trig</th> |
</xsl:call-template> |
147 |
</tr> |
</td> |
148 |
<tr> |
<td> |
149 |
<td> |
<xsl:call-template name="Dec2Hex"> |
150 |
<xsl:call-template name="Dec2Hex"> |
<xsl:with-param name="value" select="PMT_MASK_S3S2S12"/> |
151 |
<xsl:with-param name="value" select="ALARM_MASK"/> |
</xsl:call-template> |
152 |
</xsl:call-template> |
</td> |
153 |
</td> |
<td> |
154 |
<td> |
<xsl:call-template name="Dec2Hex"> |
155 |
<xsl:call-template name="Dec2Hex"> |
<xsl:with-param name="value" select="PMT_MASK_S11CRC"/> |
156 |
<xsl:with-param name="value" select="PMT_MASK_S3"/> |
</xsl:call-template> |
157 |
</xsl:call-template> |
</td> |
158 |
</td> |
<td> |
159 |
<td> |
<xsl:call-template name="Dec2Hex"> |
160 |
<xsl:call-template name="Dec2Hex"> |
<xsl:with-param name="value" select="PMT_MASK_S4CAL"/> |
161 |
<xsl:with-param name="value" select="PMT_MASK_S2"/> |
</xsl:call-template> |
162 |
</xsl:call-template> |
</td> |
163 |
</td> |
<td> |
164 |
<td> |
<xsl:call-template name="Dec2Hex"> |
165 |
<xsl:call-template name="Dec2Hex"> |
<xsl:with-param name="value" select="BUSY_MASK"/> |
166 |
<xsl:with-param name="value" select="PMT_MASK_S21"/> |
</xsl:call-template> |
167 |
</xsl:call-template> |
</td> |
168 |
</td> |
<td> |
169 |
<td> |
<xsl:call-template name="Dec2Hex"> |
170 |
<xsl:call-template name="Dec2Hex"> |
<xsl:with-param name="value" select="TRIG_CONF"/> |
171 |
<xsl:with-param name="value" select="PMT_MASK_S11"/> |
</xsl:call-template> |
172 |
</xsl:call-template> |
</td> |
173 |
</td> |
</tr> |
174 |
<td> |
</table> |
175 |
<xsl:call-template name="Dec2Hex"> |
</tr> |
176 |
<xsl:with-param name="value" select="S4_MASK"/> |
</xsl:for-each> |
|
</xsl:call-template> |
|
|
</td> |
|
|
<td> |
|
|
<xsl:call-template name="Dec2Hex"> |
|
|
<xsl:with-param name="value" select="CALO_MASK"/> |
|
|
</xsl:call-template> |
|
|
</td> |
|
|
<td> |
|
|
<xsl:call-template name="Dec2Hex"> |
|
|
<xsl:with-param name="value" select="BUSY_MASK"/> |
|
|
</xsl:call-template> |
|
|
</td> |
|
|
<td> |
|
|
<xsl:call-template name="Dec2Hex"> |
|
|
<xsl:with-param name="value" select="CALIB_FLAG"/> |
|
|
</xsl:call-template> |
|
|
</td> |
|
|
<td> |
|
|
<xsl:call-template name="Dec2Hex"> |
|
|
<xsl:with-param name="value" select="S4_TRIG"/> |
|
|
</xsl:call-template> |
|
|
</td> |
|
|
<td> |
|
|
<xsl:call-template name="Dec2Hex"> |
|
|
<xsl:with-param name="value" select="CALO_TRIG"/> |
|
|
</xsl:call-template> |
|
|
</td> |
|
|
<td> |
|
|
<xsl:call-template name="Dec2Hex"> |
|
|
<xsl:with-param name="value" select="TOF_TRIG"/> |
|
|
</xsl:call-template> |
|
|
</td> |
|
|
</tr> |
|
|
</table> |
|
|
</tr> |
|
|
</xsl:for-each> |
|
177 |
</table> |
</table> |
178 |
</xsl:for-each> |
</xsl:for-each> |
179 |
<!-- |
<!-- |