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

Go to the source code of this file.

Functions/Subroutines

real *8 function ctxai (x)
 

Function/Subroutine Documentation

◆ ctxai()

real*8 function ctxai ( real*8  x)

Definition at line 24 of file ctXai.f.

References d0, and e.

24  implicit none
25  real*8 x ! input. x = Xai = hv/m * H/Hc/2
26 
27  real*8 z
28 
29  if(x .lt. 0.25) then
30  ctxai = 0.46 * exp(-4.d0/3.d0/x)
31  elseif(x .lt. 1000.) then
32  z = log(x)
33  ctxai =exp( (((((((((-0.1055848e-06*z + 0.3326052e-05)*z
34  * -0.4298832e-04)*z + 0.3164778e-03 )*z
35  * -0.1791347e-02)*z + 0.1028788e-01 )*z
36  * -0.5477092e-01)*z + 0.2251815 )*z
37  * -0.6962186)*z + 1.227734)*z -2.443217)
38 
39  else
40  ctxai = 0.60 * x**(-0.3333333333)
41  endif
nodes z
dE dx *! Nuc Int sampling table e
Definition: cblkMuInt.h:130
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
Definition: cblkEvhnp.h:5
real *8 function ctxai(x)
Definition: ctXai.f:24
! 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
Definition: Zptcl.h:21