| 34 |
* (only to dimension the vectors) |
* (only to dimension the vectors) |
| 35 |
c parameter (ncouplemax=2*(nclstrmax_level2/nplanes)**2) |
c parameter (ncouplemax=2*(nclstrmax_level2/nplanes)**2) |
| 36 |
c parameter (ncouplemaxtot=ncouplemax*nplanes) |
c parameter (ncouplemaxtot=ncouplemax*nplanes) |
| 37 |
parameter (ncouplemax=nclustermax*nclustermax) |
parameter (ncouplemax = nclustermax*nclustermax) |
| 38 |
parameter (ncouplemaxtot=ncouplemax*nplanes) |
parameter (ncouplemaxtot = ncouplemax*nplanes) |
| 39 |
* ----------------------------------------------------------- |
* ----------------------------------------------------------- |
| 40 |
* maximum number of STORED couples |
* maximum number of STORED couples |
| 41 |
* (if the identified couples exceeds this number the |
* (if the identified couples exceeds this number the |
| 43 |
* tagged as not good) |
* tagged as not good) |
| 44 |
c parameter (ncp_max=10*nplanes) |
c parameter (ncp_max=10*nplanes) |
| 45 |
c parameter (ncp_max=10*nplanes) |
c parameter (ncp_max=10*nplanes) |
| 46 |
parameter (ncp_max=ncouplemaxtot) |
c parameter (ncp_max = ncouplemaxtot) |
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 51 |
* mask of views |
* mask of views |
| 52 |
* 0 = ok |
* 0 = ok |
| 53 |
* 1 = n.clusters > nclustermax |
* 1 = n.clusters > nclustermax |
| 54 |
|
* 2 = n.couples > ncouplemax |
| 55 |
|
* 3 = n.doublets > ndblt_max |
| 56 |
|
* 4 = n.triplets > ntrpt_max |
| 57 |
|
* 5 = n.clouds yz > ncloyz_max |
| 58 |
|
* 6 = n.clouds xz > ncloxz_max |
| 59 |
|
* 7 = n.track candidates > NTRACKSMAX |
| 60 |
integer mask_view(nviews) |
integer mask_view(nviews) |
| 61 |
common/maskview/mask_view |
common/maskview/mask_view |
| 62 |
|
|