6 #include "geant321/gcflag.inc"     7 #include "geant321/gctrak.inc"    12       fntrk0 = ntrak0/totevt
    13       fntrk1 = ntrak1/totevt
    14       fnstp0 = nstep0/totevt
    15       fnstp1 = nstep1/totevt
    16       print 750, fntrk0,fntrk1,fnstp0,fnstp1
    19       CALL uctoh(
'MUNU',namec(12),4,4)
    20       print 760,(namec(i),i=1,12)
    21       print 761,(nbcall(i)/totevt,i=1,12)      
    33       IF (iswit(2).EQ.1) 
THEN                                               34 CALL hrput(0,
'testem1.hbook',
'N')                              
    38   750 
FORMAT(//,1
x,
'nb tracks/event neutral: ',f9.2,
'  charged: ',f9.2,
    39      +        /,1
x,
'nb steps/event  neutral: ',f9.2,
'  charged: ',f9.2)
    41   760 
FORMAT(//,1
x,
'nb of process calls per event: ',
    43   761 
FORMAT(   3
x,12f12.4,//)
 
void print(G4double elem)