subroutine hec_stats_print c c print system stats c implicit none c include'hec_par.inc' !shared parameters include'hec_datacard.inc' !datacards values include'hec_stats_epio.inc' !epio banks stats c c print the epio banks stats c if (in_typ(1) .eq. 2) call hec_stats_epio_print c c print the daq and wac trigger stats c call hec_stats_trig_print c end