subroutine hec_offline_ini c c offline mode initialization routine c c 12/04/98 ML new routine, dummy for now c 23/11/98 DO calls filling of bad cell list c implicit none c c make a quick pass over the data to get the run header info c call hec_runh_pass c c make a quick pass over the data to get the slow control info c call hec_slow_pass c c set the tdc wrap around constants for this run c call hec_tdc_ini c print *,' *** offline mode initialization done' c end