232 |
indmax(ic) = 0 |
indmax(ic) = 0 |
233 |
maxs(ic) = 0 |
maxs(ic) = 0 |
234 |
mult(ic) = 0 |
mult(ic) = 0 |
235 |
dedx(ic) = 0 |
sgnl(ic) = 0 |
236 |
whichtrack(ic) = 0 !assigned @ level2 |
whichtrack(ic) = 0 !assigned @ level2 |
237 |
|
|
238 |
enddo |
enddo |
543 |
|
|
544 |
CLlength = rmax_view(ic) - lmax_view(ic) + 1 !numero di strip salvate |
CLlength = rmax_view(ic) - lmax_view(ic) + 1 !numero di strip salvate |
545 |
totCLlength = totCLlength + CLlength |
totCLlength = totCLlength + CLlength |
546 |
dedx(nclstr1) = 0 |
sgnl(nclstr1) = 0 |
547 |
do j=lmax_view(ic),rmax_view(ic) !stores sequentially cluter strip values in |
do j=lmax_view(ic),rmax_view(ic) !stores sequentially cluter strip values in |
548 |
|
|
549 |
clsignal(ind) = value(j) ! clsignal array |
clsignal(ind) = value(j) ! clsignal array |
559 |
ind=ind+1 |
ind=ind+1 |
560 |
c if(value(j).gt.0) |
c if(value(j).gt.0) |
561 |
if(value(j).gt.clinclcut(j)) |
if(value(j).gt.clinclcut(j)) |
562 |
$ dedx(nclstr1) = dedx(nclstr1) + value(j) !cluster charge |
$ sgnl(nclstr1) = sgnl(nclstr1) + value(j) !cluster charge |
563 |
enddo |
enddo |
564 |
|
|
565 |
c print*,'view ',iv,' -- save_cluster -- nclstr1: ' |
c print*,'view ',iv,' -- save_cluster -- nclstr1: ' |
566 |
c $ ,nclstr1,maxs(nclstr1),mult(nclstr1),dedx(nclstr1) |
c $ ,nclstr1,maxs(nclstr1),mult(nclstr1),sgnl(nclstr1) |
567 |
|
|
568 |
enddo |
enddo |
569 |
|
|