-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtargetTable.tex
63 lines (52 loc) · 2.07 KB
/
targetTable.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\documentclass[12pt]{article}
\begin{document}
\begin{table}[h]
\centering
\begin{tabular}{lllll}
& thickness ($10^{15}$ atoms/cm$^2$) & O & Ge & Au \\
at beamspot & 150 & 0.99 & 0.01 & 0 \\
& 6100 & 0.00001 & 0.99999 & 0 \\
& 3100 & 0 & 0 & 1 \\ \\
below beamspot & 200 & 0.5 & 0.5 & 0 \\
& 2000 & 0.01 & 0.99 & 0 \\
& 4000 & 0.00001 & 0.99999 & 0 \\
& 200 & 0 & 0.2 & 0.8 \\
& 2800 & 0 & 0 & 1 \\ \\
left of beamspot & 250 & 0.8 & 0.2 & 0 \\
& 6100 & 0.0001 & 0.9999 & 0 \\
& 3000 & 0 & 0 & 1 \\
\end{tabular}
\caption{76Ge target measurements from a fit to RBS data. Locations are as seen by the beam.}
\end{table}
\begin{table}[h]
\centering
\begin{tabular}{lllll}
& thickness ($10^{15}$ atoms/cm$^2$) & O & Ge & Au \\
at beamspot & 350 & 0.99 & 0.01 & 0 \\
& 8200 & 0.00001 & 0.99999 & 0 \\
& 3060 & 0 & 0 & 1 \\ \\
below beamspot & 350 & 0.99 & 0.01 & 0 \\
& 8170 & 0.00001 & 0.99999 & 0 \\
& 3010 & 0 & 0 & 1 \\ \\
left of beamspot & 350 & 0.99 & 0.01 & 0 \\
& 8170 & 0.00001 & 0.99999 & 0 \\
& 3010 & 0 & 0 & 1 \\ \\
\end{tabular}
\caption{74Ge target measurements from a fit to RBS data. Locations are as seen by the beam. Notice that the target below and to the left of the beamspot are fit well by the same parameters.}
\end{table}
\begin{table}[h]
\centering
\begin{tabular}{llllll}
& thickness ($10^{15}$ atoms/cm$^2$) & C & N & O & Mg \\
at beamspot & 1000 & 0.29 & 0.3 & 0.4 & 0.01 \\
& 2000 & 0 & 0.25 & 0.25 & 0.5 \\
& 15000 & 0 & 0.01 & 0.01 & 0.98 \\
& 2000 & 0.1 & 0.44 & 0.45 & 0.01 \\ \\
right of beamspot & 500 & 0.5 & 0.09 & 0.4 & 0.01 \\
& 1500 & 0 & 0.25 & 0.25 & 0.5 \\
& 15000 & 0 & 0.01 & 0.01 & 0.98 \\
& 2000 & 0.3 & 0.24 & 0.45 & 0.01 \\
\end{tabular}
\caption{26Mg target measurements from a fit to RBS data. Locations are as seen by the beam. Data taken below the beamspot appears to be the same as data at the beamspot but with more variation in thickness.}
\end{table}
\end{document}