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
subroutine cpxyzp(po, pabs)
Definition: cpxyzp.f:3
Definition: Zptcl.h:72