#include "detector.inc"
#include "process.inc"
#include "histo.inc"
Go to the source code of this file.
◆ uginit()
Definition at line 3 of file TestEm14/geant3/src/uginit.F.
    6 #include "detector.inc"    23       CALL ffkey(
'DETECTOR',imat,2,
'MIXED')
    26       CALL ffkey(
'HISTO',idhist,5,
'MIXED')
    29       print *, 
'G3 > gives the filename of the data cards to be read:'    31       IF (filnam.EQ.
' ') filnam = 
'allprocesses.dat'    32       OPEN (unit=5,
file=filnam,status=
'unknown',form=
'formatted')
    35       filename = 
'photonprocesses.paw'    36       READ(5,98)key,spaces,filename
    43 99    
FORMAT(/,15
x,
'histogram file --> Name: ',a25)       
    62       CALL vzero (nbcall,12)
 
void print(G4double elem)