| 1 | \section{Ionisation}
|
|---|
| 2 | \label{secioni}
|
|---|
| 3 |
|
|---|
| 4 | The total cross section at a given incident kinetic energy T is calculated by
|
|---|
| 5 | summing the partial cross sections at such energy for all the subshells of an
|
|---|
| 6 | element. The partial subshell cross sections at incident energy T are obtained
|
|---|
| 7 | from an interpolation of the evaluated cross section data in the EEDL library,
|
|---|
| 8 | according to the formula \ref{eqloglog}.
|
|---|
| 9 |
|
|---|
| 10 | The subshell from which the electron is emitted is randomly selected according
|
|---|
| 11 | to the cross sections of the subshells, determined at the energy T by
|
|---|
| 12 | interpolating the evaluated cross section data from the EEDL data library.
|
|---|
| 13 |
|
|---|
| 14 | The probability of emission of an electron ($\delta$ ray) with kinetic energy
|
|---|
| 15 | $t$ from a subshell of binding energy $B_i$ as the result of the interaction of
|
|---|
| 16 | an incoming electron of kinetic energy $T$ is described by:
|
|---|
| 17 | \begin{equation}
|
|---|
| 18 | \label{eqionihigh}
|
|---|
| 19 | Prob(T, t, B_i) = {\sum^7}_{j=2}{a_j(T)\over(t+b_i)^j}
|
|---|
| 20 | \end{equation}
|
|---|
| 21 | for $t < t_0$ and
|
|---|
| 22 | \begin{equation}
|
|---|
| 23 | \label{eqionilow}
|
|---|
| 24 | Prob(T, t, B_i) = {c(T)\over t^2}
|
|---|
| 25 | \end{equation}
|
|---|
| 26 | for $t > t_0$, where $t_0$ is a parameter.
|
|---|
| 27 | Both formulas result from empirical fits to the EEDL data and
|
|---|
| 28 | are normalized to 1.
|
|---|
| 29 | The $a$, $b$ and $c$ coefficients are
|
|---|
| 30 | determined by fitting the data; their energy dependence is evaluated from a
|
|---|
| 31 | semilogarithmic interpolation of the fitted data.
|
|---|
| 32 |
|
|---|
| 33 | The sampling of the final state proceeds
|
|---|
| 34 | through two steps: first the range of the energy ($t < t_0$ or $t > t_0$) is
|
|---|
| 35 | determined by a random number extraction, taking into account the relative area
|
|---|
| 36 | determined by the two functions \ref{eqionihigh} and \ref{eqionilow}, then the
|
|---|
| 37 | energy of the $\delta$ ray is generated according to the corresponding
|
|---|
| 38 | probability distribution.
|
|---|
| 39 |
|
|---|
| 40 | The angle of emission of the scattered electron and of the $\delta$ ray
|
|---|
| 41 | is determined by energy-momentum conservation.
|
|---|
| 42 |
|
|---|
| 43 | The interaction leaves the atom in an excited state, with excitation energy
|
|---|
| 44 | equal to the binding energy of the subshell from which the electron has been
|
|---|
| 45 | emitted. The deexcitation of the atom proceeds via the emission of fluorescence
|
|---|
| 46 | photons, as described in section \ref{secphoto}.
|
|---|
| 47 |
|
|---|
| 48 | \section{Status of the document}
|
|---|
| 49 | 30.9.99 created by Alessandra Forti
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|