previous next Up Title Contents Index

Equivalence file.EQU

F This file is required ONLY if the user intends to write one of the user routines.
The variables declared in file.EQU. allow a bridge between SusiQ and the user routines, such that the user can pass variables from his own routines to SusiQ for further tests or histogramming, or to get access to variables from SusiQ in his own routines. All the names in this file will be automatically declared as REAL*4. No declaration is required by the user routine as long as the user compiles it with QFALL (see Compilation & Linking Procedures). All the names must be unique. Up to 18 names can be put in a single line. Each name will appear in the peeper page. If a variable is not used in any user routine, a default value of -1000000 is assigned to it. This value will show as '*******' in the peeper page.



previous next Up Title Contents Index