17 real(8),
intent(out):: outr(3), outdir(3)
19 call cdet2xyz(obssites(atrack%where)%pos%xyz,
20 * atrack%pos%xyz%r, outr)
34 real(8),
intent(out):: outr(3), outdir(3)
36 call cxyz2det(obssites(atrack%where)%pos%xyz,
37 * atrack%pos%xyz%r, outr)
51 real(8),
intent(out):: outr(3), outdir(3)
53 call cprim2xyz(obssites(atrack%where)%pos%xyz,
54 * atrack%pos%xyz%r, outr)
68 real(8),
intent(out):: outr(3), outdir(3)
70 call cprim2xyz(obssites(atrack%where)%pos%xyz,
71 * atrack%pos%xyz%r, outr)
86 real(8),
intent(out):: outr(3), outdir(3)
88 call cprim2xyz(obssites(atrack%where)%pos%xyz,
89 * atrack%pos%xyz%r, outr)
90 call cxyz2det(obssites(atrack%where)%pos%xyz,
106 real(8),
intent(out):: outr(3), outdir(3)
110 call cdet2xyz(obssites(ttrack%where)%pos%xyz,
111 * ttrack%pos%xyz%r, outr)
112 call cxyz2prim(obssites(ttrack%where)%pos%xyz,
subroutine cprim2xyzd(a, b)
subroutine cprim2detfe(aTrack, outr, outdir)
subroutine cprim2xyz(base, a, b)
subroutine cxyz2prim(base, a, b)
subroutine cprim2xyzfe(aTrack, outr, outdir)
subroutine cxyz2detd(a, b)
subroutine cdet2xyzd(a, b)
subroutine cxyz2primfe(aTrack, outr, outdir)
subroutine cxyz2primd(a, b)
subroutine cdet2xyzfe(aTrack, outr, outdir)
subroutine cdet2xyz(det, a, b)
subroutine cxyz2detfe(aTrack, outr, outdir)
subroutine cdet2primfe(aTrack, outr, outdir)
subroutine cxyz2det(det, a, b)