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

Go to the source code of this file.

Functions/Subroutines

subroutine cpipntotxs (p, xs)
 
subroutine cpipnelaxs (p, xs)
 
subroutine cpipninelaxs (p, xs)
 

Function/Subroutine Documentation

◆ cpipnelaxs()

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

Definition at line 10 of file cpipnTotXs.f.

References cpimpelaxs().

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 cpimpelaxs(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 cpimpelaxs(p, xs)
Definition: cpimpTotXs.f:64
Here is the call graph for this function:

◆ cpipninelaxs()

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

Definition at line 17 of file cpipnTotXs.f.

References cpimpinelaxs().

17  implicit none
18  real(8),intent(in)::p
19  real(8),intent(out)::xs
20  call cpimpinelaxs(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 cpimpinelaxs(p, xs)
Definition: cpimpTotXs.f:145
Here is the call graph for this function:

◆ cpipntotxs()

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

Definition at line 3 of file cpipnTotXs.f.

References cpimptotxs().

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 cpimptotxs(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 cpimptotxs(p, xs)
Definition: cpimpTotXs.f:3
Here is the call graph for this function: