17 |
c |
c |
18 |
c------------------------------------------------------------------------ |
c------------------------------------------------------------------------ |
19 |
* cut on maximum number of cluster allowed for track finding |
* cut on maximum number of cluster allowed for track finding |
20 |
c parameter (nclstrmax_level2=10*nplanes) |
parameter (nclstrmax_level2=10*nplanes) |
21 |
parameter (nclstrmax_level2=5*nplanes) |
c parameter (nclstrmax_level2=5*nplanes) |
22 |
* ----------------------------------------------------------- |
* ----------------------------------------------------------- |
23 |
* maximum number of couples per plane and total |
* maximum number of couples per plane and total |
24 |
* (only to dimension the vectors) |
* (only to dimension the vectors) |
29 |
* (if the identified couples exceeds this number the |
* (if the identified couples exceeds this number the |
30 |
* track identification is not performed and the event is |
* track identification is not performed and the event is |
31 |
* tagged as not good) |
* tagged as not good) |
32 |
parameter (ncp_max=10*nplanes) |
c parameter (ncp_max=10*nplanes) |
33 |
|
parameter (ncp_max=20*nplanes) |
34 |
c parameter (ncp_max=ncouplemaxtot) |
c parameter (ncp_max=ncouplemaxtot) |
35 |
|
|
36 |
* ----------------------------------------------------------- |
* ----------------------------------------------------------- |