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

Go to the source code of this file.

Functions/Subroutines

subroutine cpimntotxs (p, xs)
 
subroutine cpimnelaxs (p, xs)
 
subroutine cpimninelaxs (p, xs)
 

Function/Subroutine Documentation

◆ cpimnelaxs()

subroutine cpimnelaxs ( real*8  p,
real*8  xs 
)

Definition at line 10 of file cpimnTotXs.f.

References cpippelaxs().

10 ! pi+ p elastic cross section in mb
11  implicit none
12  real*8 p ! input. momentum of n in GeV
13  real*8 xs ! output np elastic xs. mb.
14  call cpippelaxs(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 cpippelaxs(p, xs)
Definition: cpippTotXs.f:61
Here is the call graph for this function:

◆ cpimninelaxs()

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

Definition at line 17 of file cpimnTotXs.f.

References cpippinelaxs().

17  implicit none
18  real(8),intent(in)::p
19  real(8),intent(out)::xs
20 
21  real(8)::txs, exs
22  call cpippinelaxs(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 cpippinelaxs(p, xs)
Definition: cpippTotXs.f:180
Here is the call graph for this function:

◆ cpimntotxs()

subroutine cpimntotxs ( real*8  p,
real*8  xs 
)

Definition at line 3 of file cpimnTotXs.f.

References cpipptotxs().

3  implicit none
4  real*8 p ! input. momentum of n. in GeV
5  real*8 xs ! output. total np cross section in mb
6  call cpipptotxs(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 cpipptotxs(p, xs)
Definition: cpippTotXs.f:3
Here is the call graph for this function: