528 |
|
|
529 |
|
|
530 |
* --- and store the results -------------------------------- |
* --- and store the results -------------------------------- |
|
ntrk = ntrk + 1 !counter of found tracks |
|
|
if(.not.FIMAGE |
|
|
$ .and.iimage.eq.0) image(ntrk)= 0 |
|
|
if(.not.FIMAGE |
|
|
$ .and.iimage.ne.0)image(ntrk)=ntrk+1 !this is the image of the next |
|
|
if(FIMAGE) image(ntrk)=ntrk-1 !this is the image of the previous |
|
|
call fill_level2_tracks(ntrk) !==> good2=.true. |
|
|
|
|
531 |
if(ntrk.eq.NTRKMAX)then |
if(ntrk.eq.NTRKMAX)then |
532 |
if(verbose.eq.1) |
if(verbose.eq.1) |
533 |
$ print*, |
$ print*, |
537 |
cc good2=.false. |
cc good2=.false. |
538 |
goto 880 !fill ntp and go to next event |
goto 880 !fill ntp and go to next event |
539 |
endif |
endif |
540 |
|
|
541 |
|
ntrk = ntrk + 1 !counter of found tracks |
542 |
|
if(.not.FIMAGE |
543 |
|
$ .and.iimage.eq.0) image(ntrk)= 0 |
544 |
|
if(.not.FIMAGE |
545 |
|
$ .and.iimage.ne.0)image(ntrk)=ntrk+1 !this is the image of the next |
546 |
|
if(FIMAGE) image(ntrk)=ntrk-1 !this is the image of the previous |
547 |
|
call fill_level2_tracks(ntrk) !==> good2=.true. |
548 |
|
|
549 |
|
c$$$ if(ntrk.eq.NTRKMAX)then |
550 |
|
c$$$ if(verbose.eq.1) |
551 |
|
c$$$ $ print*, |
552 |
|
c$$$ $ '** warning ** number of identified '// |
553 |
|
c$$$ $ 'tracks exceeds vector dimension ' |
554 |
|
c$$$ $ ,'( ',NTRKMAX,' )' |
555 |
|
c$$$cc good2=.false. |
556 |
|
c$$$ goto 880 !fill ntp and go to next event |
557 |
|
c$$$ endif |
558 |
if(iimage.ne.0)then |
if(iimage.ne.0)then |
559 |
FIMAGE=.true. ! |
FIMAGE=.true. ! |
560 |
goto 1212 !>>> fit image-track |
goto 1212 !>>> fit image-track |