c c trigger statistics c c keep count of number of daq and wac triggers c c stat_daq_e for trig_daq_e this is "pi/e*c" (prescaled) c stat_daq_epi for trig_daq_epi this is "pi/e" (prescaled) c stat_daq_mu for trig_daq_mu this is "mu" (prescaled) c stat_random for trig_random this is "calib" c stat_random_hard for trig_random_hard this is "rand" (prescaled) c c stat_wac_c for trig_wac_c c stat_wac_epi for trig_wac_epi c stat_wac_mu for trig_wac_mu c integer stat_daq_e integer stat_daq_epi integer stat_daq_mu integer stat_random integer stat_random_hard integer stat_wac_c integer stat_wac_epi integer stat_wac_mu c common /ssstrigstat/ stat_daq_e, + stat_daq_epi, + stat_daq_mu, + stat_random, + stat_random_hard, + stat_wac_c, + stat_wac_epi, + stat_wac_mu c