1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xsignaldata.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* SIGDAT - Common block containing details on the track of the charged |
13 |
* SIGCHR particle through the chamber as well as on the clusters it |
14 |
* produced. It stores the signal induced on the sense wires. |
15 |
* VARIABLES : TPAIR : Arrival time of an electron in a cluster. |
16 |
* QPAIR : Multiplication caused by an electron. |
17 |
* IPAIR(I) : First electron from cluster I |
18 |
* ICLUST(I) : ISTAT code for cluster I |
19 |
* TSTART : First time in signal simulation |
20 |
* TDEV : Time resolution in signal simulation |
21 |
* NTIME : Number of signal time points |
22 |
* NORIA : Number of ion angles |
23 |
* AVALAN : Multiplication factor for avalanches and |
24 |
* its relative standard deviation |
25 |
* AVATYP : Avalanche model. |
26 |
* SIGNAL(I,J,K):Signal at TSTART+I*TDEV on sense wire J |
27 |
* (direct if K=1, indirect if K=2) |
28 |
* FPERX : yes/no x-convolution for ion tails |
29 |
* FPERY : yes/no y-convolution for ion tails |
30 |
* FCELTP : type of the cell stripped of periodicity |
31 |
* MFEXP,NFOUR: 2**MFEXP = NFOUR (# Fourier terms) |
32 |
* MXMIN,MXMAX: Lowest, highest Fourier term in x |
33 |
* MYMIN,MYMAX: Lowest, highest Fourier term in y |
34 |
* LCROSS : .TRUE. if cross induced signals are present |
35 |
* LITAIL : Simple ion tail (angular sampling) |
36 |
* LRTAIL : Simple ion tail (no angular sampling) |
37 |
* LDTAIL : Detailed ion tail |
38 |
* LEPULS : Electron pulse |
39 |
* SIGSET : Ready for signal calculations. |
40 |
* RESSET : Time resolution has been set. |
41 |
* (Last changed on 16/ 1/00.) |
42 |
*----------------------------------------------------------------------- |