changes included in 2001 July 06 version ======================================== - added CTP code "thTestExecute.c" to our custom sources in order to silence the persistent 'Test block IMMED' messages - changed "Makefile" to accomodate above - in "g_analyze_scalers_by_banks.f" "g_decode_fb_bank.f" change scaler ROC from 8 to 9 - in "n_fill_raw_hist_all.f" added cut on the raw hits to eliminate non-hits, matching the (updated) cuts in "n_ntuple_keep.f" and in "n_strip_singles.f" (after changing 'left.and.right' to 'left.or.right') - changed parameters "ndet_tdc_min" and "ndet_tdc_max" to -1 and 4090, respectively, to meet calibration requirements, in "PARAM/ndet.param.01" - in "g_output_thresholds.f" changed screen output to be deteremind by runtime parameter 'silence_thresholds' which is in COMMON "gen_run_info.cmn" and set in "PARAM/gdebug.param.01" - in nDet Ntuple, changed integer variables 'tbpmx' and 'tbpmy' to real - in "engine.f" removed requirement for GSTOP to apply: used to only end analysis on event types 5 or 20; now any will do (other than pedestal) - corrected minor error-checking issue in "n_hit.f" which had been causing HBOOK errors changes originally included in 2001 July 02 version =================================================== - updated electronics map - corrected counting of analyzed scaler events in engine.f - fixed index error in n_get_hv.f - added 3 variables to nDet Ntuple: n_y(ihit) [.01 cm] horizontal position of hit (based on delta_TDC) tbpmx [cm?] horizontal SEM position tbpmy [cm?] vertical SEM position - moved the nDet Ntuple filling of the variables 'n_meantime' and 'n_tdcdiff' out of the odd special loop - silenced (commented out) annoying error message in asym_calc (needs to be updated!!!!)