COSMOS v7.655  COSMOSv7655
(AirShowerMC)
Zstdatmosf.h
Go to the documentation of this file.
1 ! to be included just before the execution code
2 ! density as a function of height.
3  real* 8 fd1, fd0
4  real*8 a, z0, h0, zz
5 ! scale height = linear func of height, zz
6  fd1(zz, a, z0, h0 ) = (1.d0 + a* (zz - z0)/h0) **(-1.d0/a)
7 ! const scale height
8  fd0(zz, z0, h0) = exp(- (zz -z0)/h0)
9 !--------------------
float real
Definition: Zdef.h:2
! to be included just before the execution code ! density as a function of height real fd0 real h0
Definition: Zstdatmosf.h:3
! to be included just before the execution code ! density as a function of height real fd0 real zz ! scale height
Definition: Zstdatmosf.h:5
! Parameters used for hadronic cascade shower is generated newline ! For you may give as as or em as(order/case/separator insensitive) is to generate EM-cascade and AS. \newline ! Generate
*Zfirst p fm *Zfirst p Zfirst p code
Definition: ZavoidUnionMap.h:1
integer maxbin nregion c minsave drx2 ! drawing region real maxdep integer maxpos integer to
Definition: Zfit.h:15
! to be included just before the execution code ! density as a function of height real fd0 real z0
Definition: Zstdatmosf.h:3
! to be included just before the execution code ! density as a function of height real * fd1
Definition: Zstdatmosf.h:3
! to be included just before the execution code ! density as a function of height real fd0 real * a
Definition: Zstdatmosf.h:3