COSMOS v7.655  COSMOSv7655
(AirShowerMC)
ckmnTotXs.f
Go to the documentation of this file.
1  subroutine ckmntotxs(p, xs)
2  implicit none
3  real(8),intent(in)::p
4  real(8),intent(out)::xs
5  call ckmptotxs(p,xs)
6  end subroutine ckmntotxs
7  subroutine ckmnelaxs(p, xs)
8  implicit none
9  real(8),intent(in)::p
10  real(8),intent(out)::xs
11  call ckmpelaxs(p,xs)
12  end subroutine ckmnelaxs
13  subroutine ckmninelaxs(p, xs)
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)
22  end subroutine ckmninelaxs
23 
subroutine ckmptotxs(p, xs)
Definition: ckmpTotXs.f:3
block data cblkEvhnp ! currently usable models data RegMdls ad *special data *Cekaon d0
Definition: cblkEvhnp.h:5
subroutine ckmpelaxs(p, xs)
Definition: ckmpTotXs.f:55
subroutine ckmntotxs(p, xs)
Definition: ckmnTotXs.f:2
subroutine ckmninelaxs(p, xs)
Definition: ckmnTotXs.f:14
subroutine ckmnelaxs(p, xs)
Definition: ckmnTotXs.f:8