65 |
|
|
66 |
ntrk_old = 0 |
ntrk_old = 0 |
67 |
|
|
68 |
|
dedx_x_min = dedx_x_min_mip !mip search |
69 |
|
dedx_y_min = dedx_y_min_mip ! |
70 |
|
|
71 |
|
c 887 continue ! Emiliano, fix compilation warning (gcc 4.1), Label 887 defined but not used |
72 |
|
|
73 |
|
*------------------------------------------------------ |
74 |
do i=1,nclstr1 |
do i=1,nclstr1 |
75 |
cl_used(i)=0 !init mask of clusters associated to a track |
cl_used(i)=0 !init mask of clusters associated to a track |
76 |
enddo |
enddo |
77 |
dedx_x_min = dedx_x_min_mip |
|
|
dedx_y_min = dedx_y_min_mip |
|
|
*------------------------------------------------------ |
|
78 |
call init_level2 |
call init_level2 |
79 |
call init_hough |
call init_hough |
80 |
*------------------------------------------------------ |
*------------------------------------------------------ |
131 |
endif |
endif |
132 |
|
|
133 |
|
|
134 |
|
* @~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@ |
135 |
|
* |
136 |
|
* EV may 2014 ==> SKIP NUCLEI PATCH |
137 |
|
* (done differently...) |
138 |
|
* |
139 |
|
* @~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@ |
140 |
|
goto 7575 |
141 |
|
|
142 |
|
|
143 |
* //////////////////////////////////////////////// |
* //////////////////////////////////////////////// |
144 |
* PATCH to recover nuclei |
* PATCH to recover nuclei |
145 |
* //////////////////////////////////////////////// |
* //////////////////////////////////////////////// |
233 |
RECOVER_NUCLEI = .false. |
RECOVER_NUCLEI = .false. |
234 |
endif |
endif |
235 |
|
|
236 |
|
* @~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@ |
237 |
|
7575 continue |
238 |
|
* @~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@~@ |
239 |
|
|
240 |
if(ntrk.eq.0)goto 880 |
if(ntrk.eq.0)goto 880 |
241 |
|
|
242 |
* ///////////////////////////////////////////////////// |
* ///////////////////////////////////////////////////// |
336 |
ngood = ngood + good1(iv) |
ngood = ngood + good1(iv) |
337 |
enddo |
enddo |
338 |
|
|
339 |
8800 continue |
c 8800 continue |
340 |
|
continue |
341 |
|
|
342 |
|
|
343 |
* /////////////////////////////////////////////// |
* /////////////////////////////////////////////// |
344 |
* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ |
* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ |
345 |
|
|
346 |
100 continue |
c 100 continue |
347 |
|
continue |
348 |
|
|
349 |
return |
return |
350 |
end |
end |