G0Analysis Release 0.13 Paul King; 2003/03/20, 10:35. Interim release containg a few small changes; the modifications to include K. Nakahara's 6 parameter regression are expected shortly, so this release will freeze the condition before that is added. Changes since release 0.12: =========================== * Modified the analyzer to improve the EPICS and control event decoding. Individual EPICS events are decoded, and a running mean, sigma, minimum value and maximum value are calculated for each recorded variable. * Fixed a minor compilation error found using the Sun compiler; four member constants were initalized in the header file instead of in the source file. * The GNUmakefile was modified to add some error checking so that the cleaning or compilation will not take place if the environment variables are not set consistently; this will help to reduce the occurance of accidental deletion of the "group" version on the common accounts, and deletion of files in the home directory of individual users due to incomplete environment variable settings. The ${G0ANALYSIS} variable must agree with the directory from which the make is launched, and the ${G0BIN} and ${G0LIB} directories must be subdirectories of ${G0ANALYSIS}. * Installation of the modifications of the G0FrenchDetector class made by Guillaume to include the French detector single rates in the deadtime correction. * Applied Guillaume's bug fixing in French DNL correction routine in G0Hists.C. * Took BCM1 to do the normalization throughout --- "q_targ = charge[0]".