1 |
|
2 |
c------------------------------------------------------------------------ |
3 |
c common to pass some variable from C++ to FORTRAN routines |
4 |
c------------------------------------------------------------------------ |
5 |
|
6 |
c------------------------------------------------------------------------ |
7 |
c |
8 |
c variables passed from TRACKEREXE.cra |
9 |
c |
10 |
c------------------------------------------------------------------------ |
11 |
|
12 |
c$$$ integer trkpaw |
13 |
c$$$ integer procerr |
14 |
c$$$ |
15 |
c$$$ common/c2red/trkpaw,procerr |
16 |
|
17 |
c ============================= |
18 |
c$$$ character*80 pedsig_parampath |
19 |
c$$$ character*80 charge_parampath |
20 |
c$$$ character*80 mip_parampath |
21 |
c$$$ character*80 eta_parampath |
22 |
c$$$ character*80 B_parampath |
23 |
c$$$ character*80 align_parampath |
24 |
c$$$ character*80 mask_parampath |
25 |
c$$$ integer pedsig_pathlen |
26 |
c$$$ integer mip_pathlen |
27 |
c$$$ integer charge_pathlen |
28 |
c$$$ integer eta_pathlen |
29 |
c$$$ integer B_pathlen |
30 |
c$$$ integer align_pathlen |
31 |
c$$$ common/parampath/ |
32 |
c$$$ $ pedsig_parampath |
33 |
c$$$ $ ,mip_parampath |
34 |
c$$$ $ ,charge_parampath |
35 |
c$$$ $ ,eta_parampath |
36 |
c$$$ $ ,B_parampath |
37 |
c$$$ $ ,align_parampath |
38 |
c$$$ $ ,mask_parampath |
39 |
c$$$ $ ,pedsig_pathlen |
40 |
c$$$ $ ,mip_pathlen |
41 |
c$$$ $ ,charge_pathlen |
42 |
c$$$ $ ,eta_pathlen |
43 |
c$$$ $ ,B_pathlen |
44 |
c$$$ $ ,align_pathlen |
45 |
c$$$ $ ,mask_pathlen |
46 |
|
47 |
|
48 |
character*80 c2f_path |
49 |
integer c2f_pathlen |
50 |
integer c2f_error |
51 |
integer c2f_debug |
52 |
common/path/c2f_path,c2f_pathlen,c2f_error,c2f_debug |
53 |
|
54 |
character*80 b_path |
55 |
integer b_pathlen |
56 |
integer b_loaded |
57 |
integer b_error |
58 |
integer b_debug |
59 |
common/bpath/b_path,b_pathlen,b_loaded,b_error,b_debug |