Go to the documentation of this file.
9 #include "geant321/gckine.inc"
10 #include "geant321/gcbank.inc"
23 CALL ffkey(
'CALOR',nbabsor,4,
'MIXED')
24 CALL ffkey(
'MATE' ,materabs(1),maxabs,
'INTEGER')
25 CALL ffkey(
'THICK',thickabs(1),maxabs,
'REAL')
27 CALL ffkey(
'CUTPR',prodcut(1) ,4*maxabs,
'REAL')
29 CALL ffkey(
'HISTO',idhist,5,
'MIXED')
31 CALL ffkey(
'STEPMX',stepmax,1,
'REAL')
34 print *,
'G3 > gives the filename of the data cards to be read:'
36 IF (filnam.EQ.
' ') filnam =
'run01.dat'
40 filename =
'testem3.paw'
41 READ(5,98)
key,spaces,filename
47 if (nbabsor.gt.maxabs)
then
48 write (6,51) nbabsor, maxabs
51 if (nblayer.gt.maxlay)
then
52 write (6,52) nblayer, maxlay
55 51
FORMAT (/,5
x,
'warning (uginit): NbAbsor= ',i2,
' truncated to ',i2)
56 52
FORMAT (/,5
x,
'warning (uginit): NbLayer= ',i3,
' truncated to ',i3)
59 99
FORMAT(/,15
x,
'histogram file --> Name: ',a25)