Go to the source code of this file.
|
subroutine | ksampaf0 (x, y, n, coef, nc, yi, total, coef2) |
|
subroutine | ksampaf0_b (x, y, n, coef, nc) |
|
subroutine | ksampaf (x, yi, n, coef2, nc, xs) |
|
◆ ksampaf()
Definition at line 120 of file ksampAF.f.
References kcsplintp(), and rndc().
Referenced by csampaf().
! constants thru Cosmos real ! if multiplied to deg radian Torad ! light velocity m sec ! infinty ! kg m2 *Togpcm2 g cm2 ! g cm2 *Tokgpm2 kg m2 ! cm *Tom m ! m *Tocm cm ! g cm3 *Tokgpm3 kg m3 ! kg m3 *Togpcm3 g cm3 ! sec *Tonsec nsec ! Tesla m ! Avogadro *A2deninv ! mfp *n * xs
subroutine kcsplintp(x, y, n, coef, nc, v, f)
! structure defining a particle at production ! Basic idea of what is to be contained in ! the particle structue is that dynamical ones should be included those derivable from the particle code ! is not included ******************************************************type fmom momentum sequence union map real e endmap map real * x
◆ ksampaf0()
subroutine ksampaf0 |
( |
real*8, dimension(n) |
x, |
|
|
real*8, dimension(n) |
y, |
|
|
integer |
n, |
|
|
real*8, dimension(nc, 3) |
coef, |
|
|
integer |
nc, |
|
|
real*8, dimension(n) |
yi, |
|
|
real*8 |
total, |
|
|
real*8, dimension(nc, 3) |
coef2 |
|
) |
| |
Definition at line 55 of file ksampAF.f.
References kcsplcoef(), and kcsplinteg().
Referenced by csampaf0().
75 if(
nc .lt.
n-1 )
then 76 write(0,*)
' nc< n-1 in ksamplAF0' subroutine kcsplinteg(x, y, n, coef, nc, a, b, s)
block data include Zlatfit h c fitting region data x1(1)/0.03/
subroutine kcsplcoef(x, y, n, coef, nc)
integer npitbl real *nx dx real dx
latitude latitude this system is used *****************************************************************! type coord sequence union map real y
block data include Zlatfit h c fitting region data x2(1)/0.5/data x1(2)/0.3/
! structure defining a particle at production ! Basic idea of what is to be contained in ! the particle structue is that dynamical ones should be included those derivable from the particle code ! is not included ******************************************************type fmom momentum sequence union map real e endmap map real * x
◆ ksampaf0_b()
Definition at line 98 of file ksampAF.f.
References kcsplcoef().
111 if(
nc .lt.
n-1 )
then 112 write(0,*)
' nc< n-1 in ksamplAF0' block data include Zlatfit h c fitting region data x1(1)/0.03/
subroutine kcsplcoef(x, y, n, coef, nc)
integer npitbl real *nx dx real dx
latitude latitude this system is used *****************************************************************! type coord sequence union map real y
block data include Zlatfit h c fitting region data x2(1)/0.5/data x1(2)/0.3/
! structure defining a particle at production ! Basic idea of what is to be contained in ! the particle structue is that dynamical ones should be included those derivable from the particle code ! is not included ******************************************************type fmom momentum sequence union map real e endmap map real * x