1 |
pamela |
3.1 |
******************** |
2 |
|
|
*This example shows how one can obtain the cluster size |
3 |
|
|
*distribution for tracks generated by the Heed program. |
4 |
|
|
*Since Heed does not generate clusters but always delta |
5 |
|
|
*electrons (they usually have a very short range), we use |
6 |
|
|
*the NODELTA-ELECTRONS option on the TRACK command. This compresses |
7 |
|
|
*the delta electrons into clusters. |
8 |
|
|
********************* |
9 |
|
|
global volt=1410. |
10 |
|
|
global wire=0.002500 |
11 |
|
|
global pos=0.1 |
12 |
|
|
&cell |
13 |
|
|
*pl x -1 |
14 |
|
|
*pl x +1 |
15 |
|
|
*period y 1 |
16 |
|
|
*rows |
17 |
|
|
*s * * 0 0 1410. |
18 |
|
|
* |
19 |
|
|
tube radius 0.2 voltage 0 |
20 |
|
|
rows |
21 |
|
|
s 1 {wire} 0 0 {volt} |
22 |
|
|
|
23 |
|
|
&gas |
24 |
|
|
global gas_file `xe_80_co2_20.gas` |
25 |
|
|
global p 760 |
26 |
|
|
global gas_member `xeco2` |
27 |
|
|
call inquire_member(gas_file,gas_member,`gas`,exist) |
28 |
|
|
get {gas_file,gas_member} |
29 |
|
|
heed xenon 80 co2 20 |
30 |
|
|
*opt gas-print |
31 |
|
|
* opt gas-plot |
32 |
|
|
|
33 |
|
|
&drift |
34 |
|
|
global pos=0.03422 |
35 |
|
|
track {pos} -0.2 {pos} 0.2 electron energy 5000 ... |
36 |
|
|
nodelta notrace-delta-electrons nomultiple-scattering |
37 |
|
|
*track {pos} -0.2 {pos} 0.2 electron energy 5000 ... |
38 |
|
|
* delta-electrons notrace-delta-electrons nomultiple-scattering |
39 |
|
|
*track {pos} -0.2 {pos} 0.2 electron energy 5000 ... |
40 |
|
|
* delta-electrons trace-delta-electrons nomultiple-scattering |
41 |
|
|
&QUIT |