Go to the source code of this file.
◆ csptxy()
subroutine csptxy |
( |
type(ptcl), dimension(nt) |
a, |
|
|
integer |
nt |
|
) |
| |
Definition at line 9 of file csptxy.f.
References kcossn().
Referenced by ccylps(), and cslp().
27 a(
i)%fm%p(1) =
pt * cs
28 a(
i)%fm%p(2) =
pt * sn
! structure defining a particle at production ! Basic idea of what is to be contained in ! the particle structue is that dynamical ones should be included those derivable from the particle code ! is not included ******************************************************type fmom momentum sequence union map real e endmap map real t endmap map ! pt before pz is set real pt
subroutine kcossn(cs, sn)