]> git.uio.no Git - u/mrichter/AliRoot.git/blame - GEANT321/gphys/gdrelp.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / GEANT321 / gphys / gdrelp.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1995/10/24 10:21:24 cernlib
6* Geant
7*
8*
9#include "geant321/pilot.h"
10*CMZ : 3.21/02 29/03/94 15.41.21 by S.Giani
11*-- Author :
12 SUBROUTINE GDRELP(A,Z,DENS,T,DEDX)
13C.
14C. ******************************************************************
15C. * *
16C. * Calculates the mean 1/DENS*dE/dx of a MUON with kinetic *
17C. * energy T in an element of atomic number Z, atomic weight A *
18C. * and density DENS ( the density is just used for the *
19C. * calculation of the density effect in the case of high T). *
20C. * *
21C. * ------------------------------------------------------ *
22C. * It calls GDRELP with the substitution EMMU -- > PMASS ! *
23C. * ( and put back the right value of PMASS after) ! *
24C. * ----------------------------------------------------- *
25C. * *
26C. * ==>Called by : GDRELA *
27C. * Author L.Urban ********* *
28C. * *
29C. ******************************************************************
30C.
31#include "geant321/gconsp.inc"
32*
33 CALL GDRELX(A,Z,DENS,T,REAL(PMASS),DEDX)
34*
35 END