HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
readHAFT.inc
Go to the documentation of this file.
1 c HAFT declaration of acceptance matrix arrays
2 c
3 c Code version 1.0 of February 10, 2006
4 c
5 c
6 c The dimensions MUST match all array sizes in the file!
7 c
8  integer*4 size, nids
9  parameter (size=250000) ! <<== change if < xdim*ydim*zdim
10  parameter (nids=14) ! <<== change if < id
11 c
12  character*80 fname, fname2
13  character*80 comment, comment2
14  integer*4 xdim(nids), ydim(nids), zdim(nids)
15  real*4 dp(nids), dth(nids), dph(nids)
16  real*4 pmin(nids), pmax(nids), thmin(nids),
17  + thmax(nids), phmin(nids), phmax(nids)
18  real*4 matrix2(size) ! matrices are declared for
19  real*4 matrix3(size) ! e+, e-, pi+, pi-, K+, K- and p
20  real*4 matrix8(size)
21  real*4 matrix9(size)
22  real*4 matrix10(size)
23  real*4 matrix12(size)
24  real*4 matrix14(size)
25  integer*4 iseed
26  integer*4 readflag, readflag2
27  real*4 sigpA(3), sigpB(3), sigth, sigph, XX0
28  integer*4 xdim2, ydim2, zdim2
29  real*4 dm, dpt, drap
30  real*4 mmin, mmax, ptmin, ptmax, rapmin, rapmax
31  real*4 matrix51(size)
32  common /haft/ fname, comment, xdim, ydim, zdim, dp, dth, dph,
33  + pmin, pmax, thmin, thmax, phmin, phmax,
34  + matrix2, matrix3, matrix8, matrix9,
35  + matrix10, matrix12, matrix14,
36  + iseed, sigpA, sigpB, sigth, sigph, XX0,
37  + fname2, comment2, xdim2, ydim2, zdim2,
38  + dm, dpt, drap,
39  + mmin, mmax, ptmin, ptmax, rapmin, rapmax,
40  + matrix51, readflag, readflag2
Float_t dp
Definition: drawAccCuts.C:15
Float_t dph
Definition: drawAccCuts.C:15
Int_t ydim
Definition: drawAccCuts.C:13
for()
Int_t zdim
Definition: drawAccCuts.C:13
Char_t fname[]
Definition: drawAccCuts.C:3
Float_t dth
Definition: drawAccCuts.C:15
Int_t xdim
Definition: drawAccCuts.C:13