status map
status map of eTOF channels
variables:
octet status[ 6912 ] // status of each channel ( 0 - off / not existing, 1 - on )
// ( sector - 13 ) * 576 + ( zPlane - 1 ) * 192 + ( counter - 1 ) * 64 + ( strip - 1 ) * 2 + ( side - 1 )
frequency:
whenever some part of the detector is taken out for an extended period in time, in generally however only once per RHIC run
index name:
*table is not indexed
size:
6912 bytes per entry
write access:
fseck -- Florian Seck ( TU Darmstadt )
weidenkaff -- Philipp Weidenkaff ( Heidelberg University )
etofStatusMap.idl:
/* etofStatusMap.idl
*
* table: etofStatusMap
*
* description: status map of all etof channels
* 0 - off / not existing, 1 - on
*
* author: Florian Seck ( TU Darmstadt )
*
*/
struct etofStatusMap{
octet status[6912]; /* status of each eTOF channel */
};
/* end etofStatusMap.idl */
- Printer-friendly version
- Login or register to post comments