6 #include "geant321/gckine.inc" 
   15       CALL hbook1(1,
'total energy deposition (in percent of E inc)'              
   16      *,110,edmin,edmax,0.0)                                                     
 
   17       CALL hbook1(2,
'total charged tracklengh (in radl)'                        
   18      *,110, 0. , trkmx, 0.0)
 
   19       CALL hbook1(3,
'total neutral tracklengh (in radl)'                        
   20      *,110, 0. , 10*trkmx, 0.0)                                                                                        
 
   27       CALL hbprof(4,
'longit energy profile    (in percent of E inc)' 
   28      *, nltot, 0.,zmax, 0., 1000.,
' ')
 
   29       CALL hbprof(5,
'rms longit energy profile (in percent of E inc)' 
   30      *, nltot, 0.,zmax, 0., 1000.,
' ')
 
   33       zmax = zmin + nltot*dlx0
 
   35       CALL hbprof(6,
'cumul longit energy dep. (in percent of E inc)'           
   36      *, nltot, zmin,zmax, 0., 100.,
' ')
 
   37       CALL hbook1(7,
'resolution: cumul L energy dep. (% of E inc)'           
   38      *, nltot, zmin,zmax, 0.0)                                  
 
   43       CALL hbprof(8,
'radial energy profile    (in percent of E inc)'           
   44      *, nrtot, 0.,rmax, 0., 1000.,
' ')
 
   45       CALL hbprof(9,
'rms radial energy profile (in percent of E inc)'           
   46      *, nrtot, 0.,rmax, 0., 1000.,
' ')     
 
   49       rmax = rmin + nrtot*drx0
 
   51       CALL hbprof(10,
'cumul radial energy dep. (in percent of E inc)'           
   52      *, nrtot, rmin,rmax, 0., 100.,
' ')
 
   53       CALL hbook1(11,
'resolution: cumul R energy dep. (% of E inc)'           
   54      *, nrtot, rmin,rmax, 0.0)
 
   60       CALL hbook1(21,
'edep (normalized 100 percent) versus log(ekin/e0)'           
   61      *, 100, tminlog, tmaxlog, 0.0)
 
   62       CALL hbook1(22,
'cumul edep (100 percent) versus log(ekin/e0)'           
   63      *, 100, tminlog, tmaxlog, 0.0)