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

Go to the source code of this file.

Functions/Subroutines

subroutine ckmntotxs (p, xs)
 
subroutine ckmnelaxs (p, xs)
 
subroutine ckmninelaxs (p, xs)
 

Function/Subroutine Documentation

◆ ckmnelaxs()

subroutine ckmnelaxs ( real(8), intent(in)  p,
real(8), intent(out)  xs 
)

Definition at line 8 of file ckmnTotXs.f.

References ckmpelaxs().

Referenced by ckmninelaxs().

8  implicit none
9  real(8),intent(in)::p
10  real(8),intent(out)::xs
11  call ckmpelaxs(p,xs)
! 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
Definition: Zglobalc.h:18
********************block data cblkHeavy ********************integer j data *HeavyG2symbol p
Definition: cblkHeavy.h:7
subroutine ckmpelaxs(p, xs)
Definition: ckmpTotXs.f:55
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ckmninelaxs()

subroutine ckmninelaxs ( real(8), intent(in)  p,
real(8), intent(out)  xs 
)

Definition at line 14 of file ckmnTotXs.f.

References ckmnelaxs(), ckmntotxs(), and d0.

Referenced by cinelx0().

14  implicit none
15  real(8),intent(in)::p
16  real(8),intent(out)::xs
17 
18  real(8)::txs, exs
19  call ckmntotxs(p,txs)
20  call ckmnelaxs(p, exs)
21  xs =max( txs - exs, 0.d0)
! 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
Definition: Zglobalc.h:18
********************block data cblkHeavy ********************integer j data *HeavyG2symbol p
Definition: cblkHeavy.h:7
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
Definition: cblkEvhnp.h:5
subroutine ckmntotxs(p, xs)
Definition: ckmnTotXs.f:2
subroutine ckmnelaxs(p, xs)
Definition: ckmnTotXs.f:8
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ckmntotxs()

subroutine ckmntotxs ( real(8), intent(in)  p,
real(8), intent(out)  xs 
)

Definition at line 2 of file ckmnTotXs.f.

References ckmptotxs().

Referenced by ckmninelaxs(), and ctotx0().

2  implicit none
3  real(8),intent(in)::p
4  real(8),intent(out)::xs
5  call ckmptotxs(p,xs)
! 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
Definition: Zglobalc.h:18
********************block data cblkHeavy ********************integer j data *HeavyG2symbol p
Definition: cblkHeavy.h:7
subroutine ckmptotxs(p, xs)
Definition: ckmpTotXs.f:3
Here is the call graph for this function:
Here is the caller graph for this function: