1 |
* |
2 |
* $Id$ |
3 |
* |
4 |
* $Log$ |
5 |
* |
6 |
* |
7 |
* xparameters.inc |
8 |
* |
9 |
*CMZ : 3.00/00 02/05/2001 20.42.25 by Unknown |
10 |
*-- Author : |
11 |
*----------------------------------------------------------------------- |
12 |
* PARMS - Common block containing quantities of interest for plotting |
13 |
* and numerical calculations. |
14 |
* VARIABLES : NGRIDX, Y : Number of x resp y devisions of a grid. |
15 |
* NLINED : Number of tracks starting at each edge of |
16 |
* of the drift area or at each wire. |
17 |
* NINORD : Drift line interpolation order. |
18 |
* LINCAL : Compute lines which can't be interpolated. |
19 |
* PXMIN,PXMAX: x-range of field plot area. |
20 |
* PYMIN,PYMAX: y-range of field plot area. |
21 |
* PZMIN,PZMAX: z-range of field plot area. |
22 |
* GXMIN,GXMAX: x-range of graphics plot area. |
23 |
* GYMIN,GYMAX: y-range of graphics plot area. |
24 |
* GZMIN,GZMAX: z-range of graphics plot area. |
25 |
* G[X/Y/Z]BOX: Enclosing area box in screen coordinates. |
26 |
* NGBOX : Entries in G[X/Y/Z]BOX. |
27 |
* FPROJ : Viewing plane for field plots. |
28 |
* FPRMAT : Matrix used for projections. |
29 |
* IPRMAT : Row interchanges for solving FPRMAT. |
30 |
* EPSG[X/Y/Z]: Tolerances for point comparisons. |
31 |
* LEPSG : Tolerances set or not. |
32 |
* PXLAB : x-Axis label, length is NCXLAB |
33 |
* PYLAB : y-Axis label, length is NCYLAB |
34 |
* PROLAB : Projection label, length is NCFPRO |
35 |
* PROROT : Axis rotation. |
36 |
* PRVIEW : Projection type. |
37 |
* PRFREF : Sharing Reflected vs Diffuse scattering |
38 |
* PRFABS : Visible vs Absorbed light fraction |
39 |
* PRFMIN/MAX : Light shading range in use |
40 |
* NPRCOL : Number of shades of each colour |
41 |
* ICOLBX : Start of box and tickmarks colour table. |
42 |
* ICOLPL : Start of plans and tube colour table. |
43 |
* ICOLST : Start of strips colour table. |
44 |
* ICOLW1 : Start of conductor 1 colour table. |
45 |
* ICOLW2 : Start of conductor 2 colour table. |
46 |
* ICOLW3 : Start of conductor 3 colour table. |
47 |
* ICOLD1 : Start of dielectricum 1 colour table. |
48 |
* ICOLD2 : Start of dielectricum 2 colour table. |
49 |
* ICOLD3 : Start of dielectricum 3 colour table. |
50 |
* XT0,YT0,...: Defines a track (always in Cart. coord.) |
51 |
* LTRMS : Take multiple scattering into account. |
52 |
* LTRDEL : Generate delta electrons. |
53 |
* LTRINT : Use track interpolation to save time. |
54 |
* LTREXB : Request tracing through E and B fields |
55 |
* ITRTYP : Type of track generation requested: |
56 |
* 1 = fixed number of lines over track, |
57 |
* 2 = equal cluster spacing, d=1/n_mean, |
58 |
* 3 = exponential cluster spacing, |
59 |
* 4 = HEED cluster generation. |
60 |
* 5 = weighted distribution |
61 |
* 6 = single cluster |
62 |
* 7 = equal flux intervals |
63 |
* 8 = constant flux intervals |
64 |
* NTRLIN : Number of lines for ITRTYP=1. |
65 |
* TRFLAG : Track status flags: |
66 |
* 1 = geometry set |
67 |
* 2 = energy, mass and charge set |
68 |
* 3 = number of points set |
69 |
* 4 = weighting function set |
70 |
* 5 = number of samples set |
71 |
* 6 = number of flux lines set |
72 |
* NTRFLX : Number of flux lines (model 7) |
73 |
* TRFLUX : Flux interval in V (model 8) |
74 |
* TRTH,TRPHI : Track orientation |
75 |
* WGT : Weighting distribution |
76 |
* FCNTRW : Weighting function |
77 |
* LGSTEP : Display one panel at the time (debug) |
78 |
* (Last changed on 30/11/00.) |
79 |
*----------------------------------------------------------------------- |