geometry alignment on counter level
geometry alignment parameters (local X, localY, localZ ) of the eTOF counters for individual counters
variables:
float detectorAlignX[108]; // detector alignment in local X (cm) (12 sectors * 3 modules * 3 counters)
float detectorAlignY[108]; // detector alignment in local Y (cm)
float detectorAlignZ[108]; // detector alignment in local Z (cm)
frequency:
once per dataset
index name:
*table is not indexed
size:
1296 bytes per entry
write access:
ysoehngen -- Yannick Soehngen ( Heidelberg University )
weidenkaff -- Philipp Weidenkaff ( Heidelberg University )
etofAlign.idl:
/* etofAlign.idl
*
* table: etofAlign
*
* description: detector alignment parameters (local X,local Y,local Z)
* of each etof counter
*
* author: Yannick Söhngen (Universität Heidelberg)
*
*/
struct etofAlign {
float detectorAlignX[108]; /* detector alignment in local X (cm) */
float detectorAlignY[108]; /* detector alignment in local Y (cm) */
float detectorAlignZ[108]; /* detector alignment in local Z (cm) */
};
/* end etofAlign.idl */
- Printer-friendly version
- Login or register to post comments