The neutron detector scaler display can be used to display approximate rates on every phototube in the GeN neutron detector. This rate display will only work while the DAQ is running. (See theory of operation for why.) The display can be invoked from the adaq account by typing.
cd ~/e02013/tdcscaler ./bighand.tcl
The size of this display is rather large it should be run from display with a resolution of 1600x1200.
Because of the large number of tubes in the neutron detector, the discriminator outputs for individual tubes are not connected to hardware scalers. However, because all the discriminators are connected to multi-hit tdcs, the average number of pulses per tdc channel per event can be determined by spying on data acquired by coda. This average count, divided by the width of the TDC gates is used to compute the rate that is displayed. The spying and calculations are done in the read-out-controllers (ROC24 for Veto counters, ROC25 for the bars.), and only functions while the DAQ is running.
(Hall C style) Scaler servers have been installed on genvme1 and gensfi1. When queried, these servers return lists of derived scaler counts for the multihit TDC's in these crates. The display program, bighand.tcl reads the file BIGHAND.screen to get the mapping between the locations in these lists to physical detector location. This mapping file is derived from the analyzer database file that holds the mapping between TDC channel and physical detector location. The e02013/tdcscaler directory contains the softlink db_na.nd.dat which points to latest analyzer database file. If TDC mappings in this database file are changed, then the scaler display map must be updated by running:
cd ~/e02013/tdcscaler ./f1scalerparse.pl > BIGHAND.screen
For more information please contact Stephen Wood.