STKDMP

Dumps the USTACK in its present state.

STKWRT_&_STKRD

Writes the current USTACK to a file. The calling sequence is

CALL STKWRT(IUNIT).

The events are written to the file assigned to logical unit IUNIT.

The matching routine, STKRD, reads the stack from a file. The calling sequence is

CALL STKRD(IUNIT,IACT,IEOF)

where IUNIT is the UNIT to read from, IACT is a code specifying the action to take on End-of-file IACT=0 ==> end the run, IACT=1 ==> rewind the file and reuse the sample. IEOF is returned by STKRD and signals that an end-of-file has been reached.

EVTDMP

This routine prints information on individual events, including a "line printer graphics" display, on UNIT ILP. The calling sequence is simply

CALL EVTDMP

Various dump options are controlled using IDUMPU (see alldat.cdf), including a target display.

TRKDMP

This routine generates a detailed dump of the track bank. (see HELP UMC Track_Bank). Controlled by IDUMPU (see alldat.cdf), or by a user call.