
There are two Veto banks containing raw data. They are the ADC bank (VETOA) and TDC bank (VETOT). Below are the structure of each which is identical to all Primex raw data banks.
The contents of the banks are:
The VETOHIT bank contains information for the reconstructed hit in the Veto counters. Instead of ADC and TDC information, it will have energy and time values. From the time diffference between the top and bottom pmts, a y-position will be determined. The x-position will be given by the counter id.
The contents of the bank are:
For the ith pmt, the time will be converted from the TDC channel by the equation
ti = 0.5*Ti - t0i
where ti is the time in ns, Ti is the TDC, and t0i is the time offset in ns which will be determined by calibrations.
The average time t in the VETOHIT bank will be found by the equation
tid = 0.5*(ti + ti+10)where i is the index of the top pmt so i+10 gives the index of the bottom pmt, and id is the counter id which is 1-6 when i=1-6 (left counters) and 7-12 when i=21-26(right counters)
The time difference tdiff will be found by the equation
tdiffid = ti - ti+10with the same explanation of the indices given directly above. Thus, tdiff is top pmt time subtracted by the bottom pmt time.