Go to the source code of this file.
◆ toasciic()
subroutine toasciic |
( |
type(child) |
cc | ) |
|
Definition at line 41 of file asciiprint.f.
46 write(*,
'(3i5, g12.3)')
47 * cc%code, cc%subcode, cc%charge, cc%fm(4)
◆ toasciih()
Definition at line 2 of file asciiprint.f.
4 integer cnum,
num, ir(2)
9 *
'("# ********************** ")')
12 *
'("# cum event # current # seeds")')
13 write(*,
'(i10,i10,8x,2i11)') cnum,
num, ir
15 *
'("# 1ry code subc chg E(GeV) cos_zen 1st z(g/cm2)")')
16 write(*,
'(i8,2i5,4x,g12.3,3x,f8.5,g12.3)')
17 * zf%p%code, zf%p%subcode, zf%p%charge,
18 * zf%p%fm%p(4), zf%vec%coszenith,
real(8), dimension(:,:,:,:), allocatable, save num
◆ toasciihe()
subroutine toasciihe |
( |
type(ob) |
he | ) |
|
Definition at line 62 of file asciiprint.f.
67 write(*,
'(i5,3i5, g14.4, 2g12.3, f12.3)')
68 * he%where, he%code, he%subcode, he%charge,
69 * he%erg, he%x/100., he%y/100., he%atime
◆ toasciin()
Definition at line 22 of file asciiprint.f.
29 write(*,
'("# nodal point info:")')
31 *
'# # of child code E H(m)'//
32 *
' Depth(g/cm2) cos_zen' 33 write(*,
'(i10,i10,3x,g12.3,2x,g12.4,g12.3,2x,f9.5)')
34 * nlow, pp%code, pp%erg, pp%height,
35 * pp%depth/10., pp%coszenith
36 write(*,
'(" code subc chg Energy(GeV)")')
◆ toasciinp()
Definition at line 51 of file asciiprint.f.
53 write(*,
'("# # of high energy particles")')
56 *
'# where code subc chg Eenergy(GeV)'//