sim efficiency

efficiency of hit creation in eTOF counters used for simulation

variables:

float   efficiency[ 108 ]      // hit creation efficiency in each RPC counter (12 sectors * 3 modules * 3 counters)
                                      // ( sector - 13 ) * 9  +  ( zPlane - 1 ) * 3  +  ( counter - 1 )

frequency:

once per RHIC run or less

index name:

*table is not indexed

size:

432 bytes per entry

write access:

fseck          --  Florian Seck           ( TU Darmstadt )
weidenkaff  --  Philipp Weidenkaff   ( Heidelberg University )

etofSimEfficiency.idl:

/* etofSimEfficiency.idl

*

* table: etofSimEfficiency

*

* description: efficiency for hit creation in etof counters

*

*

* author: Florian Seck ( TU Darmstadt )

*

*/

struct etofSimEfficiency{

float  efficiency[108];  /* hit creation efficiency in each counter */

};

/* end etofSimEfficiency.idl */