1 subroutine toasciih(cnum, num, ir, zf)
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,
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)")')
46 write(*,
'(3i5, g12.3)')
47 * cc%code, cc%subcode, cc%charge, cc%fm(4)
53 write(*,
'("# # of high energy particles")')
56 *
'# where code subc chg Eenergy(GeV)'//
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
subroutine toasciih(cnum, num, ir, zf)
subroutine toasciin(nlow, pp)