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 |
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 |
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 |
|
|
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---------------------------------------------------------------------- |
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) |
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) |
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) |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|