COSMOS v7.655
COSMOSv7655
(AirShowerMC)
Main Page
Related Pages
+
Modules
Modules List
+
Module Members
+
All
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
x
+
Functions/Subroutines
c
g
m
o
+
Variables
a
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
x
+
Data Types List
Data Types List
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
!
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions/Subroutines
!
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
y
z
+
Variables
!
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
+
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Macros
Pages
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