* README * WA98 secondarm event display code * /hibusr1/people/kiyo/WA98/eventdisp/ file: Makefile make executable file gxdisp.f main program gugeom.f geometry program (based gwa98) ***.kumac some useful kumac-file top.kumac, side.kumac, ..etc hitall**.kumac ; drawing hit 1. Making the executable file You rewrite 'Makefile' about cernlib link and type 'make', executable file (GXdisp) is organized. it's based GEANT. 2. Execute GXdisp Workstation type (?=HELP) =1 : 1 ; X11 version m ; Motif version 3. How to event display First, you must input the name of data file. it's controled from 'evtdisp.kumac'. you type 'exec evtdisp', and input data-file. ------------- GEANT > exec evtdisp Macro evtdisp: file ? (=ascii.dat) run08212.dmp3 =====>HITS IN DETECTOR ** JSTR ** OF SET ** STR1 ** HIT TRACK JSTR X Y Z 1 10 0 129. -47.2 -0.111E+04 RUN 8212 EVENT 10 P1. 0 P2. 0 S1. 1 S2. 0 TF. 0 GEANT > ------------- Next, you type 'trig', you view the next event then. If you want to view another angles, you type 'exec top', 'exec side' and so on. there are useful kumac-file. If you want to change another data file, you type 'exec evtdisp' and type name of new data file.