/[PAMELA software]/DarthVader/ToFLevel2/src/toftrk.for
ViewVC logotype

Diff of /DarthVader/ToFLevel2/src/toftrk.for

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by mocchiut, Wed Jul 14 10:00:01 2010 UTC revision 1.22 by mocchiut, Thu Jan 16 15:29:37 2014 UTC
# Line 73  c     ================================== Line 73  c     ==================================
73  c     define TOF Z-coordinates  c     define TOF Z-coordinates
74        integer NPTOF        integer NPTOF
75        parameter (NPTOF=6)        parameter (NPTOF=6)
76        DOUBLE PRECISION ZTOF(NPTOF)  c      DOUBLE PRECISION ZTOF(NPTOF)
77          REAL ZTOF(NPTOF) !EM GCC4.7
78        DATA ZTOF/53.74,53.04,23.94,23.44,-23.49,-24.34/ !Sergio 9.05.2006        DATA ZTOF/53.74,53.04,23.94,23.44,-23.49,-24.34/ !Sergio 9.05.2006
79    
80        integer itof,pmt_id        integer itof,pmt_id
# Line 90  c      REAL dx,dy,dr Line 91  c      REAL dx,dy,dr
91        REAL ds        REAL ds
92        REAL t1,t2,t3,t4        REAL t1,t2,t3,t4
93        REAL yhelp,xhelp,xhelp1,xhelp2        REAL yhelp,xhelp,xhelp1,xhelp2
94        REAL yhelp1,yhelp2        REAL(8) yhelp1,yhelp2
95        REAL c1,c2        REAL c1,c2
96  C     REAL sw,sxw,w_i  C     REAL sw,sxw,w_i
97        REAL dist,dl,F        REAL dist,dl,F
# Line 400  c         print *,' TOF - WARNING F77: t Line 401  c         print *,' TOF - WARNING F77: t
401    
402  C---  Fill xtr_tof  and ytr_tof: positions from tracker at ToF layers  C---  Fill xtr_tof  and ytr_tof: positions from tracker at ToF layers
403        do j=1,6        do j=1,6
404        xtr_tof(j) = XOUT(j)        xtr_tof(j) = REAL(XOUT(j)) !EM GCC4.7
405        ytr_tof(j) = YOUT(j)        ytr_tof(j) = REAL(YOUT(j)) !EM GCC4.7
406  c      write(*,*) XOUT(j),YOUT(j)  c      write(*,*) XOUT(j),YOUT(j)
407        enddo        enddo
408    
# Line 412  C---  convert  angles to radian Line 413  C---  convert  angles to radian
413        THYOUT(j) = 3.1415927*THYOUT(j)/180.        THYOUT(j) = 3.1415927*THYOUT(j)/180.
414        enddo        enddo
415    
416        do j=1,6  c      do j=1,6 !EM GCC 4.7
417  c      write (*,*) j,THXOUT(j),THYOUT(j)  c      write (*,*) j,THXOUT(j),THYOUT(j)
418        enddo  c      enddo !EM GCC4.7
419    
420    
421  C----------------------------------------------------------------------  C----------------------------------------------------------------------
# Line 618  C--------------------------------------- Line 619  C---------------------------------------
619         dist = ZTOF(1) - ZTOF(5)         dist = ZTOF(1) - ZTOF(5)
620         dl = 0.         dl = 0.
621         DO I=1,5         DO I=1,5
622           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC4.7
623         ENDDO         ENDDO
624         F = dl/dist         F = dl/dist
625         theta = acos(1/F)         theta = acos(1/F)
# Line 718  C----------------------------S1 -------- Line 719  C----------------------------S1 --------
719    
720  c     yhelp=yout(1)  c     yhelp=yout(1)
721        yhelp = ytofpre(1)        yhelp = ytofpre(1)
722        if (yhelp.eq.100) yhelp=yout(1)        if (yhelp.eq.100) yhelp=REAL(yout(1)) !EM GCC4.7
723    
724        IF (tof11_i.GT.none_find.AND.abs(yhelp).lt.100) THEN        IF (tof11_i.GT.none_find.AND.abs(yhelp).lt.100) THEN
725           i = tof11_i           i = tof11_i
726           if ((tdc(ch11a(i),hb11a(i)).lt.4095).AND.           if ((tdc(ch11a(i),hb11a(i)).lt.4095).AND.
727       &       (adc(ch11a(i),hb11a(i)).eq.4095)) then       &       (adc(ch11a(i),hb11a(i)).eq.4095)) then
728              phi   = atan(tan(THYOUT(1))/tan(THXOUT(1)))              phi   = atan(tan(REAL(THYOUT(1)))/tan(REAL(THXOUT(1))))
729              theta = atan(tan(THXOUT(1))/cos(phi))              theta = atan(tan(REAL(THXOUT(1)))/cos(phi))
730              xkorr = atten(left,11,i,yhelp)              xkorr = atten(left,11,i,yhelp)
731              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
732              tof11(left,i,iadc)=xkorr/cos(theta)              tof11(left,i,iadc)=xkorr/cos(theta)
# Line 733  c     yhelp=yout(1) Line 734  c     yhelp=yout(1)
734           endif           endif
735           if ((tdc(ch11b(i),hb11b(i)).lt.4095).AND.           if ((tdc(ch11b(i),hb11b(i)).lt.4095).AND.
736       &       (adc(ch11b(i),hb11b(i)).eq.4095)) then       &       (adc(ch11b(i),hb11b(i)).eq.4095)) then
737              phi   = atan(tan(THYOUT(1))/tan(THXOUT(1)))              phi   = atan(tan(REAL(THYOUT(1)))/tan(REAL(THXOUT(1))))
738              theta = atan(tan(THXOUT(1))/cos(phi))              theta = atan(tan(REAL(THXOUT(1)))/cos(phi))
739              xkorr = atten(right,11,i,yhelp)              xkorr = atten(right,11,i,yhelp)
740              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
741              tof11(right,i,iadc)=xkorr/cos(theta)              tof11(right,i,iadc)=xkorr/cos(theta)
# Line 744  c     yhelp=yout(1) Line 745  c     yhelp=yout(1)
745    
746  c      xhelp=xout(2)  c      xhelp=xout(2)
747        xhelp = xtofpre(1)        xhelp = xtofpre(1)
748        if (xhelp.eq.100) xhelp=xout(2)        if (xhelp.eq.100) xhelp=REAL(xout(2))
749    
750        IF (tof12_i.GT.none_find.AND.abs(xhelp).lt.100) THEN        IF (tof12_i.GT.none_find.AND.abs(xhelp).lt.100) THEN
751           i = tof12_i           i = tof12_i
752           if ((tdc(ch12a(i),hb12a(i)).lt.4095).AND.           if ((tdc(ch12a(i),hb12a(i)).lt.4095).AND.
753       &       (adc(ch12a(i),hb12a(i)).eq.4095)) then       &       (adc(ch12a(i),hb12a(i)).eq.4095)) then
754              phi   = atan(tan(THYOUT(2))/tan(THXOUT(2)))              phi   = atan(tan(REAL(THYOUT(2)))/tan(REAL(THXOUT(2))))
755              theta = atan(tan(THXOUT(2))/cos(phi))              theta = atan(tan(REAL(THXOUT(2)))/cos(phi))
756  c            xkorr=adcx12(left,i,1)*exp(-xhelp/adcx12(left,i,2))  c            xkorr=adcx12(left,i,1)*exp(-xhelp/adcx12(left,i,2))
757              xkorr = atten(left,12,i,xhelp)              xkorr = atten(left,12,i,xhelp)
758              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 760  c            xkorr=adcx12(left,i,1)*exp( Line 761  c            xkorr=adcx12(left,i,1)*exp(
761           endif           endif
762           if ((tdc(ch12b(i),hb12b(i)).lt.4095).AND.           if ((tdc(ch12b(i),hb12b(i)).lt.4095).AND.
763       &       (adc(ch12b(i),hb12b(i)).eq.4095)) then       &       (adc(ch12b(i),hb12b(i)).eq.4095)) then
764              phi   = atan(tan(THYOUT(2))/tan(THXOUT(2)))              phi   = atan(tan(REAL(THYOUT(2)))/tan(REAL(THXOUT(2))))
765              theta = atan(tan(THXOUT(2))/cos(phi))              theta = atan(tan(REAL(THXOUT(2)))/cos(phi))
766  c            xkorr=adcx12(right,i,1)*exp(xhelp/adcx12(right,i,2))  c            xkorr=adcx12(right,i,1)*exp(xhelp/adcx12(right,i,2))
767              xkorr = atten(right,12,i,xhelp)              xkorr = atten(right,12,i,xhelp)
768              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 774  C-----------------------------S2 ------- Line 775  C-----------------------------S2 -------
775    
776  c      xhelp=xout(3)  c      xhelp=xout(3)
777        xhelp = xtofpre(2)        xhelp = xtofpre(2)
778        if (xhelp.eq.100) xhelp=xout(3)        if (xhelp.eq.100) xhelp=REAL(xout(3))
779    
780        IF (tof21_i.GT.none_find.AND.abs(xhelp).lt.100) THEN        IF (tof21_i.GT.none_find.AND.abs(xhelp).lt.100) THEN
781           i = tof21_i           i = tof21_i
782           if ((tdc(ch21a(i),hb21a(i)).lt.4095).AND.           if ((tdc(ch21a(i),hb21a(i)).lt.4095).AND.
783       &       (adc(ch21a(i),hb21a(i)).eq.4095)) then       &       (adc(ch21a(i),hb21a(i)).eq.4095)) then
784              phi   = atan(tan(THYOUT(3))/tan(THXOUT(3)))              phi   = atan(tan(REAL(THYOUT(3)))/tan(REAL(THXOUT(3))))
785              theta = atan(tan(THXOUT(3))/cos(phi))              theta = atan(tan(REAL(THXOUT(3)))/cos(phi))
786  c            xkorr=adcx21(left,i,1)*exp(-xhelp/adcx21(left,i,2))  c            xkorr=adcx21(left,i,1)*exp(-xhelp/adcx21(left,i,2))
787              xkorr = atten(left,21,i,xhelp)              xkorr = atten(left,21,i,xhelp)
788              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 790  c            xkorr=adcx21(left,i,1)*exp( Line 791  c            xkorr=adcx21(left,i,1)*exp(
791           endif           endif
792           if ((tdc(ch21b(i),hb21b(i)).lt.4095).AND.           if ((tdc(ch21b(i),hb21b(i)).lt.4095).AND.
793       &       (adc(ch21b(i),hb21b(i)).eq.4095)) then       &       (adc(ch21b(i),hb21b(i)).eq.4095)) then
794              phi   = atan(tan(THYOUT(3))/tan(THXOUT(3)))              phi   = atan(tan(REAL(THYOUT(3)))/tan(REAL(THXOUT(3))))
795              theta = atan(tan(THXOUT(3))/cos(phi))              theta = atan(tan(REAL(THXOUT(3)))/cos(phi))
796  c            xkorr=adcx21(right,i,1)*exp(xhelp/adcx21(right,i,2))  c            xkorr=adcx21(right,i,1)*exp(xhelp/adcx21(right,i,2))
797              xkorr = atten(right,21,i,xhelp)              xkorr = atten(right,21,i,xhelp)
798              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 803  c            xkorr=adcx21(right,i,1)*exp Line 804  c            xkorr=adcx21(right,i,1)*exp
804    
805  c      yhelp=yout(4)  c      yhelp=yout(4)
806        yhelp = ytofpre(2)        yhelp = ytofpre(2)
807        if (yhelp.eq.100) yhelp=yout(4)        if (yhelp.eq.100) yhelp=REAL(yout(4))
808    
809        IF (tof22_i.GT.none_find.AND.abs(yhelp).lt.100) THEN        IF (tof22_i.GT.none_find.AND.abs(yhelp).lt.100) THEN
810           i = tof22_i           i = tof22_i
811           if ((tdc(ch22a(i),hb22a(i)).lt.4095).AND.           if ((tdc(ch22a(i),hb22a(i)).lt.4095).AND.
812       &       (adc(ch22a(i),hb22a(i)).eq.4095)) then       &       (adc(ch22a(i),hb22a(i)).eq.4095)) then
813              phi   = atan(tan(THYOUT(4))/tan(THXOUT(4)))              phi   = atan(tan(REAL(THYOUT(4)))/tan(REAL(THXOUT(4))))
814              theta = atan(tan(THXOUT(4))/cos(phi))              theta = atan(tan(REAL(THXOUT(4)))/cos(phi))
815  c            xkorr=adcx22(left,i,1)*exp(-yhelp/adcx22(left,i,2))  c            xkorr=adcx22(left,i,1)*exp(-yhelp/adcx22(left,i,2))
816              xkorr = atten(left,22,i,yhelp)              xkorr = atten(left,22,i,yhelp)
817              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 819  c            xkorr=adcx22(left,i,1)*exp( Line 820  c            xkorr=adcx22(left,i,1)*exp(
820           endif           endif
821           if ((tdc(ch22b(i),hb22b(i)).lt.4095).AND.           if ((tdc(ch22b(i),hb22b(i)).lt.4095).AND.
822       &       (adc(ch22b(i),hb22b(i)).eq.4095)) then       &       (adc(ch22b(i),hb22b(i)).eq.4095)) then
823              phi   = atan(tan(THYOUT(4))/tan(THXOUT(4)))              phi   = atan(tan(REAL(THYOUT(4)))/tan(REAL(THXOUT(4))))
824              theta = atan(tan(THXOUT(4))/cos(phi))              theta = atan(tan(REAL(THXOUT(4)))/cos(phi))
825  c            xkorr=adcx22(right,i,1)*exp(yhelp/adcx22(right,i,2))  c            xkorr=adcx22(right,i,1)*exp(yhelp/adcx22(right,i,2))
826              xkorr = atten(right,22,i,yhelp)              xkorr = atten(right,22,i,yhelp)
827              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 833  C-----------------------------S3 ------- Line 834  C-----------------------------S3 -------
834    
835  c      yhelp=yout(5)  c      yhelp=yout(5)
836        yhelp = ytofpre(3)        yhelp = ytofpre(3)
837        if (yhelp.eq.100) yhelp=yout(5)        if (yhelp.eq.100) yhelp=REAL(yout(5))
838    
839        IF (tof31_i.GT.none_find.AND.abs(yhelp).lt.100) THEN        IF (tof31_i.GT.none_find.AND.abs(yhelp).lt.100) THEN
840           i = tof31_i           i = tof31_i
841           if ((tdc(ch31a(i),hb31a(i)).lt.4095).AND.           if ((tdc(ch31a(i),hb31a(i)).lt.4095).AND.
842       &       (adc(ch31a(i),hb31a(i)).eq.4095)) then       &       (adc(ch31a(i),hb31a(i)).eq.4095)) then
843              phi   = atan(tan(THYOUT(5))/tan(THXOUT(5)))              phi   = atan(tan(REAL(THYOUT(5)))/tan(REAL(THXOUT(5))))
844              theta = atan(tan(THXOUT(5))/cos(phi))              theta = atan(tan(REAL(THXOUT(5)))/cos(phi))
845  c            xkorr=adcx31(left,i,1)*exp(-yhelp/adcx31(left,i,2))  c            xkorr=adcx31(left,i,1)*exp(-yhelp/adcx31(left,i,2))
846              xkorr = atten(left,31,i,yhelp)              xkorr = atten(left,31,i,yhelp)
847              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 849  c            xkorr=adcx31(left,i,1)*exp( Line 850  c            xkorr=adcx31(left,i,1)*exp(
850           endif           endif
851           if ((tdc(ch31b(i),hb31b(i)).lt.4095).AND.           if ((tdc(ch31b(i),hb31b(i)).lt.4095).AND.
852       &       (adc(ch31b(i),hb31b(i)).eq.4095)) then       &       (adc(ch31b(i),hb31b(i)).eq.4095)) then
853              phi   = atan(tan(THYOUT(5))/tan(THXOUT(5)))              phi   = atan(tan(REAL(THYOUT(5)))/tan(REAL(THXOUT(5))))
854              theta = atan(tan(THXOUT(5))/cos(phi))              theta = atan(tan(REAL(THXOUT(5)))/cos(phi))
855  c            xkorr=adcx31(right,i,1)*exp(yhelp/adcx31(right,i,2))  c            xkorr=adcx31(right,i,1)*exp(yhelp/adcx31(right,i,2))
856              xkorr = atten(right,31,i,yhelp)              xkorr = atten(right,31,i,yhelp)
857              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 862  c            xkorr=adcx31(right,i,1)*exp Line 863  c            xkorr=adcx31(right,i,1)*exp
863    
864  c      xhelp=xout(6)  c      xhelp=xout(6)
865        xhelp = xtofpre(3)        xhelp = xtofpre(3)
866        if (xhelp.eq.100) xhelp=xout(6)        if (xhelp.eq.100) xhelp=REAL(xout(6))
867    
868        IF (tof32_i.GT.none_find.AND.abs(xout(6)).lt.100) THEN        IF (tof32_i.GT.none_find.AND.abs(xout(6)).lt.100) THEN
869           i = tof32_i           i = tof32_i
870           if ((tdc(ch32a(i),hb32a(i)).lt.4095).AND.           if ((tdc(ch32a(i),hb32a(i)).lt.4095).AND.
871       &       (adc(ch32a(i),hb32a(i)).eq.4095)) then       &       (adc(ch32a(i),hb32a(i)).eq.4095)) then
872              phi   = atan(tan(THYOUT(6))/tan(THXOUT(6)))              phi   = atan(tan(REAL(THYOUT(6)))/tan(REAL(THXOUT(6))))
873              theta = atan(tan(THXOUT(6))/cos(phi))              theta = atan(tan(REAL(THXOUT(6)))/cos(phi))
874  c            xkorr=adcx32(left,i,1)*exp(-xhelp/adcx32(left,i,2))  c            xkorr=adcx32(left,i,1)*exp(-xhelp/adcx32(left,i,2))
875              xkorr = atten(left,32,i,xhelp)              xkorr = atten(left,32,i,xhelp)
876              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 878  c            xkorr=adcx32(left,i,1)*exp( Line 879  c            xkorr=adcx32(left,i,1)*exp(
879           endif           endif
880           if ((tdc(ch32b(i),hb32b(i)).lt.4095).AND.           if ((tdc(ch32b(i),hb32b(i)).lt.4095).AND.
881       &       (adc(ch32b(i),hb32b(i)).eq.4095)) then       &       (adc(ch32b(i),hb32b(i)).eq.4095)) then
882              phi   = atan(tan(THYOUT(6))/tan(THXOUT(6)))              phi   = atan(tan(REAL(THYOUT(6)))/tan(REAL(THXOUT(6))))
883              theta = atan(tan(THXOUT(6))/cos(phi))              theta = atan(tan(REAL(THXOUT(6)))/cos(phi))
884  c            xkorr=adcx32(right,i,1)*exp(xhelp/adcx32(right,i,2))  c            xkorr=adcx32(right,i,1)*exp(xhelp/adcx32(right,i,2))
885              xkorr = atten(right,32,i,xhelp)              xkorr = atten(right,32,i,xhelp)
886              if (iz.le.1) xkorr=xkorr/hepratio              if (iz.le.1) xkorr=xkorr/hepratio
# Line 1007  C--------------------------------------- Line 1008  C---------------------------------------
1008  C-----------------------S11 -----------------------------------------  C-----------------------S11 -----------------------------------------
1009    
1010        IF (tof11_i.GT.none_find) THEN        IF (tof11_i.GT.none_find) THEN
1011           xpos = yout(1)           xpos = REAL(yout(1))
1012           i = tof11_i           i = tof11_i
1013          if ((tdc(ch11a(i),hb11a(i)).EQ.4095).AND.          if ((tdc(ch11a(i),hb11a(i)).EQ.4095).AND.
1014       &          (tdc(ch11b(i),hb11b(i)).LT.4095)) THEN       &          (tdc(ch11b(i),hb11b(i)).LT.4095)) THEN
# Line 1030  C-----------------------S11 ------------ Line 1031  C-----------------------S11 ------------
1031  C-----------------------S12 -----------------------------------------  C-----------------------S12 -----------------------------------------
1032    
1033        IF (tof12_i.GT.none_find) THEN        IF (tof12_i.GT.none_find) THEN
1034           xpos = xout(2)           xpos = REAL(xout(2))
1035           i = tof12_i           i = tof12_i
1036          if ((tdc(ch12a(i),hb12a(i)).EQ.4095).AND.          if ((tdc(ch12a(i),hb12a(i)).EQ.4095).AND.
1037       &          (tdc(ch12b(i),hb12b(i)).LT.4095)) THEN       &          (tdc(ch12b(i),hb12b(i)).LT.4095)) THEN
# Line 1052  C-----------------------S12 ------------ Line 1053  C-----------------------S12 ------------
1053  C-----------------------S21 -----------------------------------------  C-----------------------S21 -----------------------------------------
1054    
1055        IF (tof21_i.GT.none_find) THEN        IF (tof21_i.GT.none_find) THEN
1056           xpos = xout(3)           xpos = REAL(xout(3))
1057           i = tof21_i           i = tof21_i
1058          if ((tdc(ch21a(i),hb21a(i)).EQ.4095).AND.          if ((tdc(ch21a(i),hb21a(i)).EQ.4095).AND.
1059       &          (tdc(ch21b(i),hb21b(i)).LT.4095)) THEN       &          (tdc(ch21b(i),hb21b(i)).LT.4095)) THEN
# Line 1074  C-----------------------S21 ------------ Line 1075  C-----------------------S21 ------------
1075  C-----------------------S22 -----------------------------------------  C-----------------------S22 -----------------------------------------
1076    
1077        IF (tof22_i.GT.none_find) THEN        IF (tof22_i.GT.none_find) THEN
1078           xpos = yout(4)           xpos = REAL(yout(4))
1079           i = tof22_i           i = tof22_i
1080          if ((tdc(ch22a(i),hb22a(i)).EQ.4095).AND.          if ((tdc(ch22a(i),hb22a(i)).EQ.4095).AND.
1081       &          (tdc(ch22b(i),hb22b(i)).LT.4095)) THEN       &          (tdc(ch22b(i),hb22b(i)).LT.4095)) THEN
# Line 1096  C-----------------------S22 ------------ Line 1097  C-----------------------S22 ------------
1097  C-----------------------S31 -----------------------------------------  C-----------------------S31 -----------------------------------------
1098    
1099        IF (tof31_i.GT.none_find) THEN        IF (tof31_i.GT.none_find) THEN
1100           xpos = yout(5)           xpos = REAL(yout(5))
1101           i = tof31_i           i = tof31_i
1102          if ((tdc(ch31a(i),hb31a(i)).EQ.4095).AND.          if ((tdc(ch31a(i),hb31a(i)).EQ.4095).AND.
1103       &          (tdc(ch31b(i),hb31b(i)).LT.4095)) THEN       &          (tdc(ch31b(i),hb31b(i)).LT.4095)) THEN
# Line 1118  C-----------------------S31 ------------ Line 1119  C-----------------------S31 ------------
1119  C-----------------------S32 -----------------------------------------  C-----------------------S32 -----------------------------------------
1120    
1121        IF (tof32_i.GT.none_find) THEN        IF (tof32_i.GT.none_find) THEN
1122           xpos = xout(6)           xpos = REAL(xout(6))
1123           i = tof32_i           i = tof32_i
1124          if ((tdc(ch32a(i),hb32a(i)).EQ.4095).AND.          if ((tdc(ch32a(i),hb32a(i)).EQ.4095).AND.
1125       &          (tdc(ch32b(i),hb32b(i)).LT.4095)) THEN       &          (tdc(ch32b(i),hb32b(i)).LT.4095)) THEN
# Line 1248  C---------------------     S11 - S31  -- Line 1249  C---------------------     S11 - S31  --
1249        dist = ZTOF(1) - ZTOF(5)        dist = ZTOF(1) - ZTOF(5)
1250        dl = 0.        dl = 0.
1251        DO I=1,5        DO I=1,5
1252           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1253        ENDDO        ENDDO
1254        F = dl/dist        F = dl/dist
1255    
# Line 1295  C---------------------     S11 - S32  -- Line 1296  C---------------------     S11 - S32  --
1296        dist = ZTOF(1) - ZTOF(6)        dist = ZTOF(1) - ZTOF(6)
1297        dl = 0.        dl = 0.
1298        DO I=1,6        DO I=1,6
1299           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1300        ENDDO        ENDDO
1301        F = dl/dist        F = dl/dist
1302    
# Line 1342  C---------------------     S12 - S31  -- Line 1343  C---------------------     S12 - S31  --
1343        dist = ZTOF(2) - ZTOF(5)        dist = ZTOF(2) - ZTOF(5)
1344        dl = 0.        dl = 0.
1345        DO I=2,5        DO I=2,5
1346           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1347        ENDDO        ENDDO
1348        F = dl/dist        F = dl/dist
1349    
# Line 1389  C---------------------     S12 - S32  -- Line 1390  C---------------------     S12 - S32  --
1390        dist = ZTOF(2) - ZTOF(6)        dist = ZTOF(2) - ZTOF(6)
1391        dl = 0.        dl = 0.
1392        DO I=2,6        DO I=2,6
1393           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1394        ENDDO        ENDDO
1395        F = dl/dist        F = dl/dist
1396                
# Line 1436  C---------------------     S21 - S31  -- Line 1437  C---------------------     S21 - S31  --
1437        dist = ZTOF(3) - ZTOF(5)        dist = ZTOF(3) - ZTOF(5)
1438        dl = 0.        dl = 0.
1439        DO I=3,5        DO I=3,5
1440           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1441        ENDDO        ENDDO
1442        F = dl/dist        F = dl/dist
1443    
# Line 1482  C---------------------     S21 - S32  -- Line 1483  C---------------------     S21 - S32  --
1483        dist = ZTOF(3) - ZTOF(6)        dist = ZTOF(3) - ZTOF(6)
1484        dl = 0.        dl = 0.
1485        DO I=3,6        DO I=3,6
1486           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1487        ENDDO        ENDDO
1488        F = dl/dist        F = dl/dist
1489    
# Line 1528  C---------------------     S22 - S31  -- Line 1529  C---------------------     S22 - S31  --
1529        dist = ZTOF(4) - ZTOF(5)        dist = ZTOF(4) - ZTOF(5)
1530        dl = 0.        dl = 0.
1531        DO I=4,5        DO I=4,5
1532           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1533        ENDDO        ENDDO
1534        F = dl/dist        F = dl/dist
1535    
# Line 1579  C---------------------     S22 - S32  -- Line 1580  C---------------------     S22 - S32  --
1580        dist = ZTOF(4) - ZTOF(6)        dist = ZTOF(4) - ZTOF(6)
1581        dl = 0.        dl = 0.
1582        DO I=4,6        DO I=4,6
1583           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1584        ENDDO        ENDDO
1585        F = dl/dist        F = dl/dist
1586                
# Line 1630  C---------------------     S11 - S21  -- Line 1631  C---------------------     S11 - S21  --
1631        dist = ZTOF(1) - ZTOF(3)        dist = ZTOF(1) - ZTOF(3)
1632        dl = 0.        dl = 0.
1633        DO I=1,3        DO I=1,3
1634           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1635        ENDDO        ENDDO
1636        F = dl/dist        F = dl/dist
1637    
# Line 1680  C---------------------     S11 - S22  -- Line 1681  C---------------------     S11 - S22  --
1681        dist = ZTOF(1) - ZTOF(4)        dist = ZTOF(1) - ZTOF(4)
1682        dl = 0.        dl = 0.
1683        DO I=1,4        DO I=1,4
1684           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1685        ENDDO        ENDDO
1686        F = dl/dist        F = dl/dist
1687    
# Line 1726  C---------------------     S12 - S21  -- Line 1727  C---------------------     S12 - S21  --
1727        dist = ZTOF(2) - ZTOF(3)        dist = ZTOF(2) - ZTOF(3)
1728        dl = 0.        dl = 0.
1729        DO I=2,3        DO I=2,3
1730           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1731        ENDDO        ENDDO
1732        F = dl/dist        F = dl/dist
1733    
# Line 1776  C---------------------     S12 - S22  -- Line 1777  C---------------------     S12 - S22  --
1777        dist = ZTOF(2) - ZTOF(4)        dist = ZTOF(2) - ZTOF(4)
1778        dl = 0.        dl = 0.
1779        DO I=2,4        DO I=2,4
1780           dl = dl + TLOUT(i)           dl = dl + REAL(TLOUT(i))!EM GCC 4.7
1781        ENDDO        ENDDO
1782        F = dl/dist        F = dl/dist
1783    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

  ViewVC Help
Powered by ViewVC 1.1.23