Difference between revisions of "Translation table 13-jul-2011"

From GlueXWiki
Jump to: navigation, search
 
m
Line 5: Line 5:
  
 
===Proposed Translation Table Format===
 
===Proposed Translation Table Format===
 +
<!-- Prototype translation table for use in Hall D online -->
 +
 +
<!-- Will eventually be generated from the IRMIS database -->
 +
<!-- Will also be stored in CCDB at beginning of each run (to allow for later fixes) -->
 +
 +
 +
<!-- ejw, 11-jul-2011 -->
 +
 +
 
 +
<translation_table version="0.1">
 +
 +
 +
  <!-- crate number same as the ROC number -->
 +
  <crate number="1" type="VXS">
 +
 +
      <slot number="1" type="FADC250">
 +
        <channel number="1" detector="FCAL"        row="3" column="4" />
 +
        <channel number="2" detector="BCAL"        module="10" sector="2" layer="3" end="0" />
 +
        <channel number="3" detector="SC"          sector="21" />
 +
        <channel number="4" detector="Tagger"      row="24" column="2" />
 +
        <channel number="5" detector="TOF"        plane="1" bar="6" end="1" />
 +
      </slot>
 +
 +
      <slot number="2" type="FADC125" >
 +
        <channel number="1" detector="FDCCathode"  gplane="5" element="33" />
 +
        <channel number="2" detector="CDC"        ring="3" straw="45" />
 +
      </slot>
 +
     
 +
      <slot number="3" type="F1TDC32" >
 +
        <channel number="1" detector="TOF"        plane="2" bar="1" end="0" />
 +
        <channel number="2" detector="Tagger"      row="42" column="10" />
 +
        <channel number="3" detector="BCAL"        module="6" sector="1" layer="3" end="1" />
 +
        <channel number="4" detector="SC"          sector="38" />
 +
      </slot>
 +
     
 +
      <slot number="3" type="F1TDC64" >
 +
        <channel number="1" detector="FDCAnode"    gplane="2" element="99" />
 +
      </slot>
 +
     
 +
      <slot number="17" type="TI" />
 +
      <slot number="18" type="CPU" />
 +
     
 +
      <switchSlot number="1" type="CTP" />
 +
      <switchSlot number="2" type="SD" />
 +
 +
  </crate>
 +
 +
 +
</translation_table>
 +
 +
 +
===Discussion===

Revision as of 10:19, 12 July 2011

Background

We need a prototype translation table in order for the DAQ group to create a simulated raw data file from HDDM input. We will pay the DAQ group will do this work.


Proposed Translation Table Format

<translation_table version="0.1">


  <crate number="1" type="VXS">

     <slot number="1" type="FADC250">
        <channel number="1" detector="FCAL"        row="3" column="4" />
        <channel number="2" detector="BCAL"        module="10" sector="2" layer="3" end="0" />
        <channel number="3" detector="SC"          sector="21" />
        <channel number="4" detector="Tagger"      row="24" column="2" />
        <channel number="5" detector="TOF"         plane="1" bar="6" end="1" />
     </slot>

     <slot number="2" type="FADC125" >
        <channel number="1" detector="FDCCathode"  gplane="5" element="33" />
        <channel number="2" detector="CDC"         ring="3" straw="45" />
     </slot>
      
     <slot number="3" type="F1TDC32" >
        <channel number="1" detector="TOF"         plane="2" bar="1" end="0" />
        <channel number="2" detector="Tagger"      row="42" column="10" />
        <channel number="3" detector="BCAL"        module="6" sector="1" layer="3" end="1" />
        <channel number="4" detector="SC"          sector="38" />
     </slot>
      
     <slot number="3" type="F1TDC64" >
        <channel number="1" detector="FDCAnode"    gplane="2" element="99" />
     </slot>
      
     <slot number="17" type="TI" />
     <slot number="18" type="CPU" />
      
     <switchSlot number="1" type="CTP" />
     <switchSlot number="2" type="SD" />

  </crate>


</translation_table>

Discussion