COSMOS v7.655
COSMOSv7655
(AirShowerMC)
cpxyzp.f
Go to the documentation of this file.
1
! compute |p| from px, py, pz
2
subroutine
cpxyzp
(po, pabs)
3
implicit none
4
#include "Zptcl.h"
5
type
(
fmom
):: po
6
real*8
pabs
7
pabs=sqrt(po%p(1)**2+po%p(2)**2+po%p(3)**2)
8
end
cpxyzp
subroutine cpxyzp(po, pabs)
Definition:
cpxyzp.f:3
fmom
Definition:
Zptcl.h:72
Particle
Clib
cpxyzp.f
Generated by
1.8.13