+-------------+ +----------## | Geant 3.15 | GEANT User's Guide | CONS110 ## +-------------+ +----------##
Author(s) : R.Brun, M.Maire, J.Allison Submitted: 01/06/83 Origin : R.Brun, M.Maire Revised: 10/12/92
+--------------------------------------------------------------------+ |CALL GSMIXT (IMATE,NAMATE,A,Z,DENS,NLMAT,*WMAT*) | +--------------------------------------------------------------------+
Defines mixture or compound IMATE as composed by NLMAT materials defined via the arrays A, Z and WMAT. Mixtures of compounds can also be defined.
Input parameters:
Input/Output parameters:
Called by: 120>
Calls: MZBOOK, MZPUSH, GMAIL, GPMATE, MZDROP, UCTOH, GHMIX
For a compound (NLMAT<0) the molecular weight and charge are:
A =sum N A Z =sum N Z (1) Mol i i i Mol i i i
th where N = WMAT(I) is the number of atoms of the i component of the i molecule. In this case the proportion by weight is:
W =((N A )/(A )) (2) i i i Mol
where W =WMAT(I) in output. From the relative weights, i GSMIXT works out the effective atomic weight and atomic number according to the following formulas:
A =sum W A Z =sum W Z (3) eff i i i eff i i i
which are stored in the JMATE data structure [CONS199] together with the radiation length.
The radiation length is computed according to the EGS manual [bib-EGS3], formula 2 6 8 (37), for an element:
2 1/3 ((1)/ (rhoX ))= 4alphar N ((1)/(A))Z(Z+xi(Z))[ln((183)/ (Z ))-F (Z)](4) 0 Av c
where
2 2 2 4 6 F (Z) =(alphaZ) [((1)/(1+(alphaZ) ))+0.20206- 0.0369(alphaZ) +0.0083(alphaZ) -0.0020(alphaZ) ](5) c
2/3 1/3 xi(Z) =((ln((1440)/ (Z )))/(ln((183)/(Z ))-F (Z))) (6) c
for a compound or mixture:
((1)/ (rhoX))= sum ((W )/(rho X )) (7) i i i i
th where W is the proportion by weight of the i element. i
For more information on the organization of the data in memory see [CONS199].