COSMOS v7.655  COSMOSv7655
(AirShowerMC)
ksbwig.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ksbwig (e0, g, e)
 

Function/Subroutine Documentation

◆ ksbwig()

subroutine ksbwig ( real*8  e0,
real*8  g,
real*8  e 
)

Definition at line 25 of file ksbwig.f.

References parameter(), and rndc().

Referenced by cfixvectormeson().

25  implicit none
26  real*8 e0, g, e
27  real*8 u, pi
28 
29  parameter(pi=3.141592653589793238)
30  call rndc(u)
31  e=g/2 * tan( (u-.5)*pi ) + e0
integer npitbl real *nx parameter(n=101, npitbl=46, nx=n-1) real *8 uconst
dE dx *! Nuc Int sampling table e
Definition: cblkMuInt.h:130
subroutine rndc(u)
Definition: rnd.f:91
! constants thru Cosmos real * pi
Definition: Zglobalc.h:2
dE dx *! Nuc Int sampling table g
Definition: cblkMuInt.h:130
Here is the call graph for this function:
Here is the caller graph for this function: