1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xthreshdata.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* THRDAT - Common block storing some threshold data. |
13 |
* VARIABLES : NCSMAX : Maximum cluster size. |
14 |
* NCMIN, NCMAX: Minimum resp maximum number of clusters. |
15 |
* CMIK(I,K) : The probability that the M'th electron is |
16 |
* the I'th electron from cluster K. |
17 |
* YTHMIN, MAX : y-Range from where particles reach a wire. |
18 |
* XTHR : Starting point of the drift lines. |
19 |
* PRCLUS(N) : Probability of having N clusters in all. |
20 |
* PRSIZE(N) : Probability a cluster consists of N pairs. |
21 |
* TMIN,TMAX : Time range of the arrivals. |
22 |
*----------------------------------------------------------------------- |