typedef struct IIT_PIXEL_COM {
short iit,x,y,b;
} IIT_PIXEL_COM;
common/fgiitp/fgiitp_iit,fgiitp_x,fgiitp_y,fgiitp_b
The IIT Pixel common block is probably the simplest common block which will be used by libscifi. It contains data for a single IIT pixel. Each element is a 16 bit number representing the iit number, x and y coordinates, and the ADC brightness for the pixel. Since there are many pixels needed for each event, short integers are used to decrease the data size.