Geant4  10.02.p03
TestEm1/geant3/src/uhinit.F File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine uhinit
 

Function/Subroutine Documentation

◆ uhinit()

subroutine uhinit ( )

Definition at line 3 of file TestEm1/geant3/src/uhinit.F.

3 *
4 * To book the user's histograms
5 *
6  CALL hbook1(1,'track length (mm) of primary particle',
7  + 100,0.,500.,0.)
8  CALL hbook1(2,'Nb of steps of primary particle',
9  + 100,0.,100.,0.)
10  CALL hbook1(3,'step size (mm) of primary particle',
11  + 100,0.,10. ,0.)
12 *
Here is the caller graph for this function: