COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | crigcut (azmin, zen, rig, prob) |
subroutine | k2dtblv (tbl, xs, ys, adj, xm, ym, dx, dy, x, y, ans) |
subroutine | cgetrigcut (azmin, zen, rigcut) |
subroutine | cgetrigprob (tbl, izen, iphi, irig, i1, i2, i3, prob) |
subroutine | crigcut0 (file) |
subroutine | crigcutfmt1 |
subroutine | creadrigcut (io, tbl, azm, zen, adj) |
subroutine | cfillrigcut (tbl, azm, zen) |
subroutine | cqrigcutplace (tlt, tlg, mdec) |
subroutine | crigcutfmt2 |
subroutine | crigcutfmt4 |
subroutine | crdrigcut2 (fmt, io, tbl, izen, iphi, irig) |
subroutine | crdrigcut4 (fmt, io, minval, tbl, izen, irig) |
subroutine | crigcutfmt5 |
Definition at line 284 of file crigCut.f.
Referenced by crigcutfmt1(), and crigcutfmt5().
Definition at line 117 of file crigCut.f.
References cerrormsg(), d0, and k4ptdi().
Referenced by __drawrigcut.f__().
subroutine cgetrigprob | ( | real, dimension(izen, iphi, irig) | tbl, |
integer | izen, | ||
integer | iphi, | ||
integer | irig, | ||
integer | i1, | ||
integer | i2, | ||
integer | i3, | ||
real*8 | prob | ||
) |
Definition at line 145 of file crigCut.f.
Referenced by crigcut().
subroutine crdrigcut2 | ( | integer | fmt, |
integer | io, | ||
real*4, dimension(izen, iphi, irig) | tbl, | ||
integer | izen, | ||
integer | iphi, | ||
integer | irig | ||
) |
Definition at line 396 of file crigCut.f.
References cerrormsg().
Referenced by crigcutfmt2().
subroutine crdrigcut4 | ( | integer | fmt, |
integer | io, | ||
real*8 | minval, | ||
real*4, dimension(izen, irig) | tbl, | ||
integer | izen, | ||
integer | irig | ||
) |
Definition at line 439 of file crigCut.f.
References cerrormsg(), and e.
Referenced by crigcutfmt4().
subroutine creadrigcut | ( | integer | io, |
real*8, dimension(adj, zen) | tbl, | ||
integer | azm, | ||
integer | zen, | ||
integer | adj | ||
) |
Definition at line 263 of file crigCut.f.
References cerrormsg().
Referenced by crigcutfmt1(), and crigcutfmt5().
Definition at line 6 of file crigCut.f.
References cerrormsg(), cgetrigprob(), d0, k2dtblv(), and k4ptdi().
Referenced by cifcutoff(), crigfunc2(), funcazim(), and primdn().
subroutine crigcut0 | ( | character*(*) | file | ) |
Definition at line 166 of file crigCut.f.
References cerrormsg(), copenf(), crigcutfmt1(), crigcutfmt2(), crigcutfmt4(), and crigcutfmt5().
Referenced by __drawrigcut.f__(), __drawrigcut2.f__(), and cbeginrun().
subroutine crigcutfmt1 | ( | ) |
Definition at line 197 of file crigCut.f.
References cerrormsg(), cfillrigcut(), creadrigcut(), cskipcomment(), and d0.
Referenced by crigcut0().
subroutine crigcutfmt2 | ( | ) |
Definition at line 308 of file crigCut.f.
References cerrormsg(), crdrigcut2(), and cskipcomment().
Referenced by crigcut0().
subroutine crigcutfmt4 | ( | ) |
Definition at line 351 of file crigCut.f.
References cerrormsg(), crdrigcut4(), and cskipcomment().
Referenced by crigcut0().
subroutine crigcutfmt5 | ( | ) |
Definition at line 485 of file crigCut.f.
References cerrormsg(), cfillrigcut(), creadrigcut(), cskipcomment(), and d0.
Referenced by crigcut0().
subroutine k2dtblv | ( | real*8, dimension(adj, ys) | tbl, |
integer | xs, | ||
integer | ys, | ||
integer | adj, | ||
real*8 | xm, | ||
real*8 | ym, | ||
real*8 | dx, | ||
real*8 | dy, | ||
real*8 | x, | ||
real*8 | y, | ||
real*8 | ans | ||
) |
Definition at line 97 of file crigCut.f.
Referenced by crigcut().