Main INDEX
Monthly INDEX
PREV
NEXT
User name x. jiang
Log entry time 17:52:57 on June28,2001
Entry number 64900
keyword=Fixed the software bug in the strange tdc spectra
Fixed the software bug that caused the strange tdc spectra of left arm VDC.
It was caused by improper clearing in the espace code when an empty event
is presented in the data string. Now, with the changes in
espace_halla/rawdata_til_eof.f the problem was fixed. VDC spectrum was attached.
espace_xj is the executable in the online directory. Changed source code copied to
/adaql1/home/espace/src/r2-9/espace_halla.
if (run_number.gt.20000)
> statusok = statusok.and.
> interpret_event_e(raw,wdctr,sptransport.e,
> spdetector.e,
> tdc_trig_cor,
> vdc_tdc_cut)
if (run_number.lt.20000)
> statusok = statusok.and.
> interpret_event_h(raw,wdctr,sptransport.h,
> spdetector.h,
> tdc_trig_cor,
> vdc_tdc_cut)
FIGURE 1