#!/bin/csh -f
#   
#         at which depth do you take histogram; the index must not exceed
#         really existing  depth index; otherwise, some 0 data will appear
#         in the hist data (Not fatal though).
setenv HISTDEP  '2    4    6 7  8  9  10  12  14/'
#         at which depth do you output individual ptcl info.
#         For > 10^17 eV, it's better to put 0 otherwise too huge output
#
setenv INDIVDEP '0/'
#   OUTPUT:   which histogram do you take.
#    first one is not for histogram, but for indiviual info.
#    (output x,y or only r)
#      1     2        3           4
#    recxy, tklat, tkelosslat, tkrespec,
#        5         6          7       8
#    tkrzspec, tkzfspec,  tkrfspec, tkefspec,
#          9         10         11         12      13
#    tkertspec, tkrtspec,  tkerzspec, tkrzfspec, tkrefspec
#
setenv OUTPUT   't t t t t t t t t t t t t/' 
#     where param001 etc exist
setenv PARAMDIR ./ParamDir
#     where to put data from each host
setenv OUTDIR  ../Assemble/OutDir
#     where to put error message
setenv ERRDIR  ./ErrDir
