10 1
'Edep (MeV/mm) along absorber',
11 2
'total energy deposit in absorber',
12 3
'true track length of the primary particle',
13 4
'true step size of the primary particle',
14 5
'projected range of the primary particle',
15 6
'true track length of charged secondaries',
16 7
'true step size of charged secondaries' /
18 if (idhist.gt.maxhist)
return
20 if (histo(idhist)) call hdelet(idhist)
22 call hbook1(idhist,
title(idhist),nbbins,valmin,valmax,0.)
24 histo(idhist) = .true.
25 binwidth(idhist) = (valmax-valmin)/nbbins
26 if (valunit.le.0.) valunit = 1.
27 histunit(idhist) = valunit
subroutine title(NA, NB, NCA, NCB)