The OnlineTS handler connects with a standard Eurogam TapeServer running locally.
The RemoteTs handler connects with a TapeServer relay task running in another workstation.
This handler reads quasi-Eurogam format data and maps it into a group for each VSN.
The 128 channel Caen TDC with VSN=24 is mapped onto a group per
channel, with variable group length to accommodate multi-hits.
There is a current maximum of 16 multi-hits allowed.
NOTE: No config file is currently required.
e.g.
clover[11:17] (bp,e1,e2,e3,e4,t1,t2,t3,t4,a,b,c,d,e) leps[3:6] (d1,d2,d3,d4,d5,d6,d7,d8) caentdc[60:187] (hit1,hit2, ... as necessary) csi[191:254] (d0,e,pid,t)
The previous version which received FERA format data.
This handler requires a config file to decode the FERA VSN:SA mappings.
The following old handlers assumes data collected on VMS tape drive in ANSI format in little-endian format.
The mapping to Eurogam addressing places each ADC in the event, in order, in its own single-item group.
Thus, sorting involves decoding the (variable) event contents ...
*formats adc[1:32] (p) *spectra spec[1:32] 4096 *commands createlist alist from adc inc spec($a=alist.p) indexed $a *finish