11       dimension aair(2),zair(2),wair(2)
    12       dimension ah2o(2),zh2o(2),wh2o(2)                                 
    15       DATA aair/14.01, 16.00/                                           
    17 DATA wair/ 0.7 ,  0.3 /
    20       DATA ah2o/ 1.01, 16.00/                                           
    25       CALL gsmixt( 1,
'Air'      , aair ,zair, 1.29
e-3, 2   , wair)      
    26 CALL gsmate( 2,
'H2 Liquid',  1.01,  1., 0.0708 , 865., 790., 0,0)
    27       CALL gsmixt( 3,
'Water'    , ah2o ,zh2o, 1.0    ,-2   , wh2o)      
    28       CALL gsmate( 4,
'Liquid Ar', 39.95, 18., 1.39   , 14.0, 84.0, 0,0) 
    29 CALL gsmate( 5,
'Aluminium', 26.98, 13., 2.7    ,  8.9, 37.2, 0,0)
    30       CALL gsmate( 6,
'Iron'     , 55.85, 26., 7.87   , 1.76, 17.1, 0,0)
    31       CALL gsmate( 7,
'Tungsten' ,183.85, 74., 19.30  , 0.35, 18.5, 0,0) 
    32 CALL gsmate( 8,
'Lead'     ,207.19, 82., 11.35  , 0.56, 18.5, 0,0) 
    33 CALL gsmate( 9,
'Uranium'  ,238.03, 92., 18.95  , 0.32, 12. , 0,0) 
    34 CALL gsmate(10,
'Germanium', 72.61, 32., 5.323  , 2.30, 16.6, 0,0) 
    38 IF (field.GT.0.) ifield = 3
    46       CALL gstmed( 1,
'Container',imat, 0 ,ifield,fieldm,tmaxfd,         
    54 CALL gsvolu(
'aBox',
'BOX ',1,par,3,ivol)                     
    61       CALL gsatt (
'*',
'SEEN',1)
    69         CALL gdaxis (paxis,paxis,paxis,saxis)
    70         CALL gdscal (10. , 0.3)