next up previous contents index
Next: Other User Subroutines Up: User routines Previous: Event analysis routine   Contents   Index


User termination routine

\fbox {SUBROUTINE QUTERM}

This subroutine can be used for anything which needs to be done at the end of a job (e.g., histogram manipulations). Histogram output is done automatically in the ALPHA routine QMTERM.

QUTERM must never be called directly. For program termination, use the statement (see 13.1):


              CALL QMTERM ('any message')
QMTERM, in turn, calls QUTERM. QMTERM is called automatically after all input files have been processed.

Joel Closier
2000-02-07