next up previous index
Next: PHYS231 Simulation of Up: PHYS230 Total cross-section Previous: Materials with Z>

Photoelectric effect Bank

The banks connected to the photoelectric effect are created during initialisation for each tracking medium. PHXS bank (data area) The total cross-section values are stored in PHOT bank in energy bins set within the array ELOW (common CGMULO). This bank is pointed by JPHOT link. The first structural link of PHOT supports the PHXS bank. For each energy interval of the cross-section we store the upper limit of the interval and four constants of equation (gif). For each chemical element used to build the medium a PHFN bank is created. This bank, pointed by a structural link of the PHXS bank, contains the data needed for the photoelectric effect final state simulation. All data word are of the Fortran REAL type. The descriptions of the PHXS and PHFN banks are given below.

2cPHXSbank (data area)
1cWord #1cDescription
1NZ-number of chemical elements of the medium
2 NZ+1atomic numbers of the elements
NZ+2 2*NZ+1not used at present
2*NZ+2 3*NZ+1weights of the cross-section constants
3*NZ+2NIT-number of the cross-section intervals
3*NZ+3 1+3*NZ+1+5*NITthe total cross-section constants

2cPHFNbank (data area)
1cWord #1cDescription
1NIE-number of intervals for an element
2 NIE*5+1the element cross-section constants
NIE*5+2number of shells used. At present always 4
NIE*5+3 NIE*5+6binding energies of K , LI , LII and LIII shells
NIE*5+7 NIE*5+10probability of the radiative shell decay
NIE*5+11pointer to the radiative decays of K shell KRD
NIE*5+12pointer to the radiative decays of LI shell L1RD
NIE*5+13pointer to the radiative decays of LII shell L2RD
NIE*5+14pointer to the radiative decays of LIII L3RD
NIE*5+15pointer to the non-radiative decays of K shell KNRD
NIE*5+16pointer to the non-radiative decays of LI shell L1NRD
NIE*5+17pointer to the non-radiative decays of LII shell L2NRD
NIE*5+18pointer to the non-radiative decays of LIII shell L3NRD
KRDnumber of K shell radiative decay modes NRDK
KRD+1 KRD+1+NRDKK shell decay mode probability
KRD+1+NRDK KRD+1+2*NRDKK shell transition energies
L1RDnumber of LI shell radiative decay modes NRDL1
L1RD+1 L1RD+1+NRDL1LI shell decay mode probability
L1RD+1+NRDL1 L1RD+1+2*NRDL1LI shell transition energies
L2RDnumber of LI shell radiative decay modes NRDL2
L2RD+1 L2RD+1+NRDL2LII shell decay mode probability
L2RD+1+NRDL2 L2RD+1+2*NRDL2LII shell transition energies
L3RDnumber of LI shell radiative decay modes NRDL3
L3RD+1 L3RD+1+NRDKLIII shell decay mode probability
L3RD+1+NRDL3 L3RD+1+2*NRDL3LIII shell transition energies
KNRDnumber of K shell radiative decay modes RDK = 1
KNRD+1 KNRD+1+RDKK shell decay mode probability
KNRD+1+RDK KNRD+1+2*RDKK shell transition energies
L1NRDnumber of LI shell radiative decay modes RDL1 = 1
L1NRD+1 L1RD+1+RDL1LI shell decay mode probability
L1NRD+1+RDL1 L1RD+1+2*RDL1LI shell transition energies
L2NRDnumber of LI shell radiative decay modes RDL2 = 1
L2NRD+1 L2RD+1+NRDKLII shell decay mode probability

2cPHFNbank (data area, continued)
1cWord #1cDescription
L2NRD+1+RDL2 L2RD+1+2*RDL2LII shell transition energies
L3NRDnumber of LI shell radiative decay modes RDL3 = 1
L3NRD+1 L3RD+1+RDL3LIII shell decay mode probability
L3NRD+1+RDL3 L3RD+1+2*NRDL3LIII shell transition energies

PHYS231


next up previous index
Next: PHYS231 Simulation of Up: PHYS230 Total cross-section Previous: Materials with Z>


Janne Saarela
Mon Apr 3 12:46:29 METDST 1995