c c max adc and time values common c *** WARNING *** c must be preceded by the include file hec_par.inc c c max adc and time using preferred max finding package c *** NOTE *** max adc are pedestal subtracted c adc_max_ic(ic, 1) max adc values "adc channel system" c adc_max_ic(ic, 2) max adc t values in ns c adc_max_db(i_mod, i_seg, i_pad, 1) max adc values "database system" c adc_max_db(i_mod, i_seg, i_pad, 2) max adc t values in ns c adc_max_ph(i_eta, i_phi, i_z, 1) max adc values "physics system" c adc_max_ph(i_eta, i_phi, i_z, 2) max adc t values in ns c real adc_max_ic(1:i_adc_dim, 2) real adc_max_db(1:i_mod_max, 1:i_seg_max, 1:i_pad_max, 2) real adc_max_ph(1:i_eta_max, 1:i_phi_max, 1:i_z_max, 2) c common /sssmax/ adc_max_ic, + adc_max_db, + adc_max_ph c