OUTPUT format for OMGEANT One can write several GEANT banks to the output in FZ (ZEBRA) format. Writing is triggered by the FF command: SAVE 'bnk1' 'bnk2' .... where bnk1 ... are the names of banks. One can specify GEANT banks like KINE, VERT etc. One OMGEANT bank can be written at the moment: OHIT this bank contains hit information of all tracks with all sensitive media. The recommended way to write: SAVE 'KINE' 'VERT' 'OHIT' OHIT format C--- JOHITS - a hit bank (special format - INTEGER/REAL values) C booked only if NSAVE>0 C IQ(JOHITS+1) =ntrj number of trajectories (itrj=1,ntrj) C johtj=LQ(JOHITS-itrj) C IQ(johtj+1) = itra (see JKINE) C IQ(johtj+2) = nhits - number of stored hits (ihit=1,nhits) C johth=LQ(johtj-ihit) C C Q(johth+1:3) - X,Y,Z of the center of the trajectory in the C sens. volume. in MRS (main ref. system) C For detectors: C 4:6 - X,Y,Z of the enterance point (DRS) C 7:9 - of the exit point C For media C 4:6 - X,Y,Z of the enterance point (MRS) C 7:9 - 0 C 10:11 - energy depositions C 12 - momentum C 13 - =0 if this hit is caused by the "original" track =IPART if the hit is caused by some products of the original track 14 - delay time from the "time zero" point, the minimum flight time to this detector is subtracted 15 - icode a) detector: icode=IDTYEP*1000 types: 1 - MWPC 11 - DC 21 - m-strips 26 - MSGC b) sens. medium: =NUMED 16 - a) detector: IDTRID identifier b) sens. med: 0 C 17:19 - COS X,Y,Z of the track at the enterance point (MRS)