c c pedestal values common c *** WARNING *** c must be preceded by the include file hec_par.inc c c adc_ped(ic) adc pedestal (real) Prefered method c adc_rms(ic) adc pedestal rms (real) c adc_ped_run(ic) adc pedestal (real) Computed over a run c adc_rms_run(ic) adc pedestal rms (real) c adc_ped_evt(ic) adc pedestal (real) Computed at each event c adc_rms_evt(ic) adc pedestal rms (real) c real adc_ped(1:i_adc_dim) real adc_rms(1:i_adc_dim) real adc_ped_run(1:i_adc_dim) real adc_rms_run(1:i_adc_dim) real adc_ped_evt(1:i_adc_dim) real adc_rms_evt(1:i_adc_dim) c common /sssped/ adc_ped, + adc_rms, + adc_ped_run, + adc_rms_run, + adc_ped_evt, + adc_rms_evt c