; ; Example initialisation file for the readout process ; ; $Id: readout.ini,v 1.15 2007/02/19 21:54:16 mathes Exp $ ; ; Note: This is the standard configuration file ; [General] full= 0 ; enable/disable FullReadout selective= 1 ; enable/disable SelectiveReadout tlt= 1 ; enable/disable TLT [FullReadout] firstbin= 0 ; first ADC bin to readout lastbin= 999 ; last ADC bin to readout [SelectiveReadout] colext= 2 ; number of columns to read extra (around found pixel) rowext= 2 ; number of rows to read extra mindist= 1 ; criterion to delete single pixels firstsltbin = 10 ; first time bin in SLT to look for data lastsltbin= 35 ; last time bin in SLT to look for data maxpixel= 440 ; events with more pixels are too large and rejected [TltReadout] firstsltbin = 10 ; first time bin in SLT to look for data lastsltbin= 35 ; last time bin in SLT to look for data coincidence= 15 ; number of 100 ns intervals for FLT/SLT matching keepreject= 10 ; fraction of events to keep after rejection maxpixel= 440 ; events with more pixels are too large and rejected cutpar1= 0.40 ; cut parameter 1 (see class PrototypeTltProcessor) cutpar2= 0.90 ; cut parameter 2 (see class PrototypeTltProcessor) [GPSClock] ; section which describes the GPS clock setting mode strobe= gps ; possible values: local, gps set= gps ; possible values: utc, gps, unix [FltStatistic] ; section which describes ths settings for the FLT enable= 1 ; enable FLT statistics algorithm offset= 150 ; value to be subtracted by the algo. before averaging samples= 65536 ; number of samples to average over [Veto] ; section for parametrizing the various software VETOs lidar= 2 ; enable LIDAR VETO: 0= off, 1=on, test only, 2= on ; ; Lidar VETO for 10 Hz LIDAR running with local oscillator (= LL) ; ; start= 73 ; time of first shot [usec] in FD time frame ; nshots= 10. ; number of shots per second ; halfwindow= 5 ; half windows size [usec] where to look for LIDAR ; gpsticks= 80003505 ; number of 80 MHz ticks in GPS clock ; ; Lidar VETO for 333 Hz LIDAR running with FD-GPSClock provided clock ; start= 2576 nshots= 333.3333 halfwindow= 5 gpsticks= 80000000 ; ; 333 Hz LIDAR with FD-GPSClock @ Los Morados ; ; start= 2577 ; time of first shot [usec] in FD time frame ; nshots= 333.3333 ; number of shots per second ; halfwindow= 5 ; half windows size [usec] where to look for ; gpsticks= 80000000 ; number of 80 MHz ticks in GPS clock ; phys= 1 ; enable PHYS VETO: 0= off, 1=on, test only, 2= on deadtime= 0.01 ; max acceptable dead time physrate= 2.0 ; max accepted physics rate ; burst= 1 ; enable BURST VETO: 0= off, 1=on, test only, 2= on deadwindow= 2 ; [sec] window DAQ will be dead after burst detection nmax= 4 ; max number of triggers allowed in window ; ; ----------------------- end of readout.ini -----------------------------