COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | cdet2xyzfe (aTrack, outr, outdir) |
subroutine | cxyz2detfe (aTrack, outr, outdir) |
subroutine | cprim2xyzfe (aTrack, outr, outdir) |
subroutine | cxyz2primfe (aTrack, outr, outdir) |
subroutine | cprim2detfe (aTrack, outr, outdir) |
subroutine | cdet2primfe (aTrack, outr, outdir) |
subroutine cdet2primfe | ( | type(track) | aTrack, |
real(8), dimension(3), intent(out) | outr, | ||
real(8), dimension(3), intent(out) | outdir | ||
) |
Definition at line 97 of file cdet2xyzFE.f.
References cdet2xyz(), cdet2xyzd(), cxyz2prim(), and cxyz2primd().
subroutine cdet2xyzfe | ( | type(track) | aTrack, |
real(8), dimension(3), intent(out) | outr, | ||
real(8), dimension(3), intent(out) | outdir | ||
) |
Definition at line 2 of file cdet2xyzFE.f.
References cdet2xyz(), and cdet2xyzd().
subroutine cprim2detfe | ( | type(track) | aTrack, |
real(8), dimension(3), intent(out) | outr, | ||
real(8), dimension(3), intent(out) | outdir | ||
) |
Definition at line 77 of file cdet2xyzFE.f.
References cprim2xyz(), cprim2xyzd(), cxyz2det(), and cxyz2detd().
subroutine cprim2xyzfe | ( | type(track) | aTrack, |
real(8), dimension(3), intent(out) | outr, | ||
real(8), dimension(3), intent(out) | outdir | ||
) |
Definition at line 42 of file cdet2xyzFE.f.
References cprim2xyz(), and cprim2xyzd().
subroutine cxyz2detfe | ( | type(track) | aTrack, |
real(8), dimension(3), intent(out) | outr, | ||
real(8), dimension(3), intent(out) | outdir | ||
) |
Definition at line 25 of file cdet2xyzFE.f.
References cxyz2det(), and cxyz2detd().
subroutine cxyz2primfe | ( | type(track) | aTrack, |
real(8), dimension(3), intent(out) | outr, | ||
real(8), dimension(3), intent(out) | outdir | ||
) |
Definition at line 59 of file cdet2xyzFE.f.
References cprim2xyz(), and cprim2xyzd().