AIRES library reference: getpgvshno.


c
c     Routine directly callable from C/C++ (it could be necessary to
c     append an underscore, "_", to its name depending on the C/C++
c     compiler used).
c
c
      subroutine getpgvshno(tableno, opt, ndata, shno, npcles,
     +                      nuwentries, epcles)
c
c     Returning particles at ground versus shower number data tables.
c     (Table number in the range 5000 to 5299).
c
c     Written by: S. J. Sciutto, La Plata 2003, 2016.
c
c
c     Arguments:
c     =========
c
c     tableno......... (input, integer) AIRES table number.
c     opt............. (input, character*(*)) Options string. The
c                      format of the options string is the same as
c                      in the ExportTables IDL directive.
c     ndata........... (output, integer) Number of data items returned.
c                      In case of error ndata is set to zero or
c                      negative.
c     shno............ (output, integer, array(*)) Array containing the
c                      shower numbers.
c     npcles.......... (output, double precision, array(*)) Number
c                      of particles at ground, for each shower.
c     nuwentries...... (output, double precision, array(*)) Number
c                      of unweighted particle entries at ground, for
c                      each shower.
c     epcles.......... (output, double precision, array(*)) Energy
c                      of particles at ground, for each shower.
c
c
c<--->


These pages are maintained by
Sergio J. Sciutto
Back to AIRES library index
Back to AIRES home [HOME]