Geant4_10
uhinit.F
Go to the documentation of this file.
1 
2  SUBROUTINE uhinit
3 *
4 * To book the user's histograms
5 *
6  CALL hbook1(1,'total energy deposit in C6F6 (MeV)'
7  *,100, 0., 10., 0.)
8 
9  CALL hidopt(0,'STAT')
10 *
11  END
subroutine uhinit
Definition: uhinit.F:2