Next: Debug of events
Up: BASE400 Debugging facilities
Previous: BASE400 Debugging facilities
The contents of the data structures can be dumped by the routine
CALL GPRINT (CHNAME,NUMB)
- CHNAME
- ( CHARACTER*4) name of a top level data structure;
- NUMB
- ( INTEGER) number of the substructure to be printed, 0 for all.
Examples
- CALL GPRINT('KINE',0) prints all banks JKINE;
- CALL GPRINT('KINE',8) prints JKINE bank for track 8;
- CALL GPRINT('VOLU',0) prints all existing volumes.
The following names are recognised:
DIGI,HITS,KINE,MATE,VOLU,ROTM,SETS,TMED,PART,VERT,JXYZ
GPRINT calls selectively the routines:
GPDIGI('*','*') | GPHITS('*','*') | GPKINE(NUMB) | GPMATE(NUMB)
|
GPVOLU(NUMB) | GPROTM(NUMB) | GPSETS('*','*') | GPTMED(NUMB)
|
GPPART(NUMB) | GPVERT(NUMB) | GPJXYZ(NUMB) |
|
These routines can be called directly by the user. In case of SETS,
HITS and DIGI the content of all detectors of all sets will
be printed, so NUMB is irrelevant.
Janne Saarela
Mon Apr 3 12:46:29 METDST 1995