Go to the source code of this file.
◆ cdedxdenc0()
subroutine cdedxdenc0 |
( |
real*8 |
g, |
|
|
real*8 |
delta |
|
) |
| |
Definition at line 20 of file cdedxdlt.f.
Referenced by cdedxdlt().
26 real*8 shc, shx0, shx1, shsa, shk
28 data shx0/1.7418/, shx1/4.2759/, shk/3.3994/
30 save shc, shx0, shx1, shsa, shk
37 x=log10( (
g- 1.)*(
g+1.) ) / 2
44 delta = tln10*
x - cbar
46 delta = delta + shsa*(shx1-
x)**shk
dE dx *! Nuc Int sampling table g
! 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
◆ cdedxdlt()
subroutine cdedxdlt |
( |
real*8 |
rhoin, |
|
|
real*8 |
gin, |
|
|
real*8 |
delta |
|
) |
| |
Definition at line 4 of file cdedxdlt.f.
References cdedxdenc0(), and d0.
Referenced by cdedxe(), and cdedxnone().
14 g = sqrt( (gin**2-1.0) * rhoin/rho0 + 1.
d0 )
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
dE dx *! Nuc Int sampling table g
subroutine cdedxdenc0(g, delta)