#include "geomate.inc"
#include "runinfo.inc"
#include "histo.inc"
Go to the source code of this file.
◆ uginit()
Definition at line 3 of file TestEm5/geant3/src/uginit.F.
47 CALL ffkey(
'WORLD',matwld,4,
'mixed')
48 CALL ffkey(
'ABSOR',matabs,4,
'mixed')
49 CALL ffkey(
'XPOS' ,xposab,1,
'real')
50 CALL ffkey(
'VERT' ,xvert ,3,
'real')
53 CALL ffkey(
'HISTO',idhist,5,
'MIXED')
56 CALL ffkey(
'DEEM',deem, 1,
'REAL')
57 CALL ffkey(
'STMA',stma, 1,
'REAL')
58 CALL ffkey(
'STMI',stmi, 1,
'REAL')
60 CALL ffkey(
'KILL',kill, 1,
'LOGICAL')
63 print *,
'G3 > gives the filename of the data cards to be read:' 65 IF (filnam.EQ.
' ') filnam =
'testem5.dat' 66 OPEN (unit=5,
file=filnam,status=
'unknown',form=
'formatted')
69 filename =
'testem5.paw' 70 READ(5,98)key,spaces,filename
76 99
FORMAT(/,15
x,
'histogram file --> Name: ',a25)
100 CALL gprint(
'TMED',0)
101 CALL gprint(
'VOLU',0)
132 if (xvert.le.-1000.) xvert = -0.5*xworld
void print(G4double elem)