TOF Simulation Resolution Database

Under:
 Variables:
    unsigned short resolution[23040]; // The BTOF time resolution for a given cell used in simulation.
    octet algoFlag[120]; // information about granularity of parameters 0-cell by cell, 1-module by module, 2-TDIG, 3-tray
 
Frequency:
This table will be updated whenever the Calibrations_tof::* tables are updated, generally once per RHIC Run
 
 
Index:
*table is not indexed
 
 
Size:
The size of one row is 2*23040 + 1*120 = 46200 bytes (also verified by compiling and checking).
 
Write Access:
'jdb' - Daniel Brandenburg (Rice University)
'geurts' - Frank Geurts (Rice University)
 
See below the full .idl file
 
TofSimResParams.idl:
 
/* TofSimResParams.idl:
*
* Table: tofSimResParams
*
* description: Parameters used to set the BTOF time resolution in simulation
*
* author: Daniel Brandenburg (Rice University)
*
*/
 
struct tofSimResParams{
unsigned short resolution[23040];         /* Cell Res in picoseconds*/
octet algoFlag[120];             /* granularity of parameters*/
};
 
/* End tofSimResParams.idl */