Next: Report Generation
Up: Fortran Application Interface
Previous: Histogram Filling
  Contents
  Index
To fill the gethit value and test variables, two routines are available to
execute a single gethit block or all gethit blocks.
character *(*) blockname
integer*4 ierr
ierr=thgethit()
ierr=thgethitb(blockname)
Calls to execute gethit blocks should generally be performed before test
execution and histogram filling calls.
Mohammad Ahmed
2003-07-23