COSMOS v7.655  COSMOSv7655
(AirShowerMC)
cavedEdx.f
Go to the documentation of this file.
1  subroutine cavededx(eno, age, dedx)
2  implicit none
3  real*8 eno ! input. electon size
4  real*8 age ! input age of the shower
5  real*8 dedx ! output. average dedx as defined in
6  ! texsource/dedx.tex. GeV/(kg/m^2)
7  ! positive value.
8 ! for the test simply use constant value.
9  dedx = 2.2e-2
10  end
dE dx *! Nuc Int sampling table e
Definition: cblkMuInt.h:130
subroutine cavededx(eno, age, dedx)
Definition: cavedEdx.f:2