7 #include <DAQ_TPX/tpxFCF.h>
38 static const int MAX_BLOB_COUNT = 400 ;
39 static const int MAX_SEQ_PER_BLOB = 256 ;
40 static const int MAX_PEAKS_PER_BLOB = 30 ;
41 static const int MAX_LATE_MERGE = 64 ;
42 static const int MAX_PADS_PER_RDO = 1152 ;
44 void output(
void *
data,
int count) ;
47 int stage_2d(u_int *outbuff,
int max_bytes) ;
50 void start_evt_2d(
int sec1,
int rdo1) {
55 data_raw_p = data_raw ;
60 memset(p_row_pad,0,
sizeof(p_row_pad)) ;
67 int do_dump(
int ix, u_int *obuff) ;
69 int do_print(
int row) ;
77 short *p_row_pad[100][183] ;
92 } blobs[MAX_BLOB_COUNT] ;
123 } peaks[MAX_PEAKS_PER_BLOB] ;
125 int do_peaks(
int peaks_cou) ;
126 void do_track_id(
int peaks_cou) ;
132 u_short dta_t[32*1024] ;
133 u_short dta_id[32*1024] ;