Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:08:45

0001 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  
0002    "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd"> 
0003 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 
0004 <head>
0005 <title>SiStrip DQM Viewer</title>
0006 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
0007 <meta name="keywords" content="css, stylesheets, form" />
0008 
0009 <link type="text/css" href="jquery/css/screen.css" rel="stylesheet" />
0010 <link type="text/css" href="jquery/css/smoothness/jquery-ui-1-7-custom.css" rel="stylesheet" />
0011 <script type="text/javascript" src="jquery/js/jquery-1.3.2.min.js"></script>
0012 <script type="text/javascript" src="jquery/js/jquery-ui-1.7.custom.min.js"></script>
0013 
0014 <script type="text/javascript" src="jquery/treeview/jquery.treeview.js"></script>
0015 <link   type="text/css" href="jquery/treeview/jquery-treeview.css" rel="stylesheet" />
0016 
0017 <script type="text/javascript" src="jquery/cluetip/jquery.cluetip.js"></script>
0018 <link type="text/css" href="jquery/cluetip/jquery-cluetip.css" rel="stylesheet" />
0019 
0020 <script type="text/javascript" src="WebLib.js"></script> 
0021 
0022 <form name="Form1" action="javascript:void%200">
0023   <div class="bloc" id="bloc1" style="width:55%;height=300%;float:left;">
0024     <fieldset style="background:#BEFFA6;">
0025       <legend >Drawing Canvas</legend>
0026       <div id="canvas" style="overflow:hidden;">
0027         <img id="drawingcanvas"
0028              src="images/blank.png" 
0029              style="border: 1px solid #000;"
0030              name="canvas">
0031         </img>
0032       </div>
0033       <br/>
0034       <div id="progressbar" style="float:left;margin-top:1.0%;margin-left:5%;">
0035          <img id="progress_icon"
0036               src="images/loading.gif"
0037               style="margin-bottom:-3px;padding-bottom:0px;height:20px;">
0038          </img>
0039          <label class="label"
0040                 id="progress_message"
0041                 style="text-align:left;">
0042          </label>
0043       </div>
0044     </fieldset>
0045   </div>
0046   <div class = "dqmControls" id="dqmControls"style = "width:45%;height:100%;float:right;">
0047     <fieldset style="background:#DDEFFF;">
0048       <div class="bloc"  id="bloc2_1" style="background:#C093FF;">
0049     <fieldset>
0050       <label id="tkmap_option_name" style="margin-left:2%">
0051             TkMap Option :
0052           </label>
0053           <select name="TrackerMapOption" 
0054           id="tkmap_option"
0055               style="width:30%;height:5%;text-align;margin-right:2%">
0056                  <option value="QTestAlarm"> QTestAlarm </option>
0057           </select>
0058           <input name="UpdateTrackerMap"
0059                  id="update_tkmap"
0060                  value="Update"
0061          style="width:20%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
0062          onClick="RequestHistos.UpdateTrackerMapOption()"
0063          type="submit">                   
0064           </input>
0065           <input name="OpenTrackerMap" 
0066                  id="open_tkmap"
0067                  value="Open Tk Map"
0068              style="width:30%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
0069                  onClick="RequestHistos.OpenTrackerMap()"
0070                  type="submit">                   
0071           </input>
0072         </fieldset>
0073       </div>  
0074       <div id="tabPanel1">
0075         <ul>
0076           <li><a href="#shifterTab"><span>Shifter View</span></a></li>
0077           <li><a href="#non-geomTab"><span>Non-Geom View</span></a></li>
0078           <li><a href="#summaryTab"><span>Summary View</span></a></li>
0079           <li><a href="#alarmTab"><span>Alarm View</span></a></li>
0080           <li><a href="#expertTab"><span>Expert View</span></a></li>
0081         </ul>
0082         <div id="shifterTab">
0083           <div class="bloc" id="bloc2_2"> 
0084         <div class="bloc" id="bloc2_2_1" style="background:#BEFFA6;">
0085               <fieldset>
0086                  <label id="summ_plot"
0087                 style="margin-left:2%">
0088             Select & Plot Summary:
0089                  </label>
0090                  <select name="SummaryPlotType" 
0091                          id="summary_plot_type"
0092                          style="width:30%;height:5%;text-align;margin-right:2%">
0093                    <option value="Global_Tracks"> Global Tracks </option>
0094                    <option value="Local_Tracks"> Local Tracks </option>
0095                  </select>
0096                  <input name="DrawSummary" 
0097                         id="draw_summary"
0098                         value="DrawSummary" 
0099                         style="width:30%;"
0100                         onClick="RequestHistos.DrawSelectedSummary();" 
0101                         type="submit">
0102                  </input>
0103            <br/>
0104            <br/>
0105                  <label id="slide_show"
0106                         style="margin-left:2%">
0107                         Slide Show of Summary Plots:
0108                  </label>
0109                  <input name="StartSLShow" 
0110                         id="start_slide_show"
0111                         value="|<<" 
0112                         onClick="SlideShow.ShowFirst();" 
0113                         type="image"
0114                         src="images/player_start.png">
0115                  </input>
0116                  <input name="PreviousSLShow" 
0117                         id="previous_slide_show"
0118                         value="<<" 
0119                         onClick="SlideShow.ShowPrev();" 
0120                         type="image"
0121                         src="images/player_rew.png">
0122                  </input>
0123                  <input name="PlaySLShow" 
0124                         id="play_slide_show"
0125                         value=">" 
0126                         onClick="SlideShow.StartSlideShow();" 
0127                         type="image"
0128                         src="images/player_play.png">
0129                  </input>
0130                  <input name="StopSLShow" 
0131                         id="stop_slide_show"
0132                         value="||" 
0133                         onClick="SlideShow.StopSlideShow();" 
0134                         type="image"
0135                         src="images/player_stop.png">
0136                  </input>
0137                  <input name="NextSLShow" 
0138                         id="next_slide_show"
0139                         value=">>" 
0140                         onClick="SlideShow.ShowNext();" 
0141                         type="image"
0142                         src="images/player_fwd.png">
0143                  </input>
0144                  <input name="EndSLShow" 
0145                         id="end_slide_show"
0146                         value=">>|" 
0147                         onClick="SlideShow.ShowLast();" 
0148                         type="image"
0149                         src="images/player_end.png">
0150                  </input>
0151              <br/>
0152          <br/>
0153                  <input name="QtestResultLite" 
0154                         id="check_qtest_result_lite"
0155                         value="QTest Result" 
0156                         style="width:40%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
0157                         onClick="RequestHistos.CheckQualityTestResultsLite()" 
0158                         type="submit">
0159                  </input>  
0160                  <input name="QtestResultDetail" 
0161                         id="check_qtest_result_detail"
0162                         value="QTest Result Detail" 
0163                         style="width:40%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
0164                         onClick="RequestHistos.CheckQualityTestResultsDetail()" 
0165                         type="submit">
0166                  </input>  
0167                  <input name="ShiftReport" 
0168                         id="check_shift_report"
0169                         value="Shift Report" 
0170                         style="width:40%;margin-left:2%;margin-bottom:1%;margin-top:1%;margin-right:2%"
0171                         onClick="RequestHistos.CheckShiftReport()" 
0172                         type="submit">
0173                  </input>  
0174               </fieldset>
0175             </div>
0176             <div class="block" id="summary_status_area" style="overflow:scroll;height:370px;width:100%;background:#FFF8C9;"> 
0177             </div>
0178           </div>
0179         </div>
0180         <div id="non-geomTab">
0181           <div class="bloc" id="bloc2_3"> 
0182             <div class="bloc" id="bloc2_3_1" style="background:#BEFFA6;">
0183               <fieldset>
0184           <label id="runtag">
0185                      Select Type :
0186               </label>
0187                   <select name="HistoTypeTag" 
0188                           id="comm_type_tag"
0189                           style="width:35%;height:5%;text-align;margin-right:0%">
0190                        <option value="ReadoutView" SELECTED> HardwareError </option>
0191                        <option value="ReadoutView"> Connection Run </option>
0192                        <option value="ControlView"> Timing Run</option>
0193                        <option value="ControlView"> Gain Run </option>
0194                        <option value="ControlView"> Vpsp Run </option>
0195                        <option value="ControlView"> Pedestal Run </option>
0196                   </select>
0197                   <input name="NonGeometricHistos" 
0198                          id="get_nongeo_histos"
0199                          value="Get Tree" 
0200                          style="width:30%;margin-left:2%;margin-top:2%"
0201                          onClick="RequestHistos.RequestNonGeomeHistoList()" 
0202                          type="submit">
0203                   </input>
0204               </fieldset>
0205             </div>
0206         </br>
0207         <div class="bloc" id="non_geo_hlist" style="overflow:scroll;height:450px;width:100%;background:#FFF8C9;"> 
0208             </div> 
0209       </div>
0210         </div>
0211         <div id="summaryTab">
0212           <div class="bloc" id="bloc2_4"> 
0213             <div class="bloc" id="bloc2_4_1" style="background:#BEFFA6;">
0214               <fieldset>
0215                   <label id="summary_structures">
0216                      Sub-Detectors:
0217               </label>
0218                   <select name="StructureForSummary" 
0219                          id="summ_struc_name"
0220                          style="width:35%;height:5%;text-align;margin-right:0%">
0221                        <option value="MechanicalView/TIB" SELECTED> TIB </option>
0222                   </select>
0223                   <br/>
0224                   <br/>
0225                   <input name="listsummary" 
0226                          id="list_summary"
0227                          value="Get Tree" 
0228                          style="width:30%;margin-left:2%;margin-top:2%"
0229                          onClick="RequestHistos.RequestSummaryHistoList()" 
0230                          type="submit">
0231                   </input>
0232                   <input name="ConddbSummaryHisto" 
0233                          id="conddb_sumamry_histos"
0234                          value="Draw ConDB Histo(s)" 
0235                          style="width:45%;margin-left:15%;margin-top:2%"
0236                          onClick="RequestHistos.DrawLayerCondDBHisto()" 
0237                          type="submit">
0238                   </input>
0239           </fieldset>
0240             </div>
0241         </br>
0242         <div class="bloc" id="summary_hlist" style="overflow:scroll;height:450px;width:100%;background:#FFF8C9;"> 
0243             </div> 
0244       </div>
0245         </div>
0246         <div id="alarmTab">
0247           <div class="bloc" id="bloc2_5"> 
0248             <div class="bloc" id="bloc2_5_1" style="background:#BEFFA6;">
0249               <fieldset>
0250                   <label id="alarm_structures">
0251                      Sub-Detectors:
0252               </label>
0253                   <select name="StructureForAlarm" 
0254                           id="alarm_struc_name"
0255                           style="width:35%;height:5%;text-align;margin-right:0%">
0256                        <option value="MechanicalView/TIB" SELECTED> TIB </option>
0257                   </select>
0258                   <input name="listalarm" 
0259                          id="read_alarm"
0260                          value="Get Alarms" 
0261                          style="width:30%;margin-left:2%;margin-top:2%"
0262                          onClick="RequestHistos.RequestAlarmList()" 
0263                          type="submit">
0264                   </input>
0265           </fieldset>
0266             </div>
0267         <br/>
0268         <div class="bloc" id="alarm_list" style="overflow:scroll;height:370px;width:100%;background:#FFF8C9;"> 
0269             </div> 
0270             <div class="block" id="alarm_status_area" style="overflow:scroll;height:100px;width:100%;background:#F2FFE6"> 
0271             </div>
0272       </div>
0273         </div>
0274         <div id="expertTab">
0275           <div class="bloc" id="bloc2_6"> 
0276             <div class="bloc" id="bloc2_6_1" style="background:#BEFFA6">
0277           <fieldset>
0278               <input type="radio" 
0279                      class="radio" 
0280                          style="margin-right:1%"
0281                          id="module_histos" 
0282                          name="HistoTypeSelection"
0283                          checked>
0284                          Modules
0285                   </input>
0286                   <select name="StructureForModules" 
0287                           id="mod_struc_name"
0288                           style="width:20%;height:5%;text-align;margin-right:3%">
0289                        <option value="ALL"SELECTED> TIB </option>
0290                   </select>
0291                   <select name="mod_num"
0292                           id="module_numbers"
0293                           style="margin-left:1%;position:absolute;z-index:0;width:100px;clip:rect(0px,100px,22px,80px);"
0294                           onChange="RequestHistos.SetSelectedValue();">
0295                   </select>
0296                   <input type="text"
0297                          name="mod_num_edit"
0298                          id="module_number_edit"
0299                          style="margin-left:1%;position:absolute;z-index:1000;width:80px;"
0300                   </input>
0301                   <br/>
0302                   <br/>
0303               <input type="radio" 
0304                      class="radio" 
0305                          style="margin-right:1%"
0306                          id="global_histos" 
0307                          name="HistoTypeSelection">
0308                          Global
0309                   </input>
0310                   <input type="text"
0311                          name="global_histo_path"
0312                          id="ghisto_path"
0313                          style="margin-left:1%;position:absolute;z-index:1000;width:100px;"
0314                          value="SiStrip/Tracks"
0315                   </input>                  
0316                   <br/>
0317                   <br/>
0318                   <br/>
0319                   <input name="listhisto" 
0320                          id="list_histos"
0321                          value="Get Histo List" 
0322                          style="margin-left:0%;margin-top:-4%;float:right;"
0323                          onClick="RequestHistos.RequestHistoList()" 
0324                          type="submit">
0325                   </input>
0326           </fieldset>
0327             </div>
0328             <div class="bloc" id="bloc2_6_2">
0329               <fieldset>
0330                 <select size=12 multiple
0331                         style="width:100%;height:350px;font-size:10pt;background:#FFF8C9"
0332                         name="HistoListArea"
0333                         id="histolistarea">
0334                 </select>
0335               </fieldset>
0336             </div>
0337             <div class="bloc" id="bloc2_6_3"
0338               <fieldset style="background:#FFAD5A;">
0339                 <legend >Drawing Options</legend>
0340             <input type="checkbox" 
0341                    class="check" 
0342                    style="margin-right:2%"
0343                        id="logy" 
0344                        name="logy">
0345                        Toggle logy
0346                 </input>
0347                 <label id="drawing_option_label"
0348                        style="margin-left:30%;margin-top:1%">
0349                        DrawOption:
0350             </label>
0351                 <select name="draw_opt" 
0352                         id="drawing_options"
0353                         style="width:20%;margin-top:1%"
0354                      <option value=" " SELECTED>Normal</option>
0355                      <option value="BOX">Box</option>
0356                      <option value="LEGO1">Lego1</option>
0357                      <option value="LEGO2">Lego2</option>
0358                      <option value="projection">Y-Projection</option>
0359                 </select
0360                 <br/>
0361                 <br/>
0362                 <input name="CondDBModuleHisto" 
0363                        id="conddb_Module_histos"
0364                        value="Draw ConDB Histo(s)" 
0365                        style="width:45%;margin-left:2%;"
0366                        onClick="RequestHistos.DrawModuleCondDBHisto()" 
0367                        type="submit">
0368                 </input>
0369                 <input name="drawhisto" 
0370                        id="draw_histos"
0371                        value="Draw Histo(s)" 
0372                        style="width:35%;margin-left:15%;"
0373                        onClick="RequestHistos.DrawSelectedHistos();" 
0374                        type="submit">
0375                 </input>
0376                 <br/>
0377               </fieldset>
0378             </div>
0379           </div>
0380         </div>
0381       </div>
0382     </fieldset>
0383   </div>
0384 </form>
0385 </body>
0386 </html>