+-------------+ +----------## | Geant 3.11 | GEANT User's Guide | HITS200 ## +-------------+ +----------##
Author(s) : R.Brun,F.Bruyant,W.Gebel Submitted: 01.11.83 Origin : R.Brun,W.Gebel,M.Maire Revised: 21.08. 87
+------------------------------------------------------------------+ | CALL GSAHIT (ISET,IDET,ITRA,NUMBV,HITS,IHIT*) | +------------------------------------------------------------------+
Stores element values for current hit into the data structure JHITS.
+------------------------------------------------------------------------+ | CALL GSCHIT (ISET,IDET,ITRA,NUMBV,HITS,NHSUM,IHIT*) | +------------------------------------------------------------------------+Same action as GSAHIT, but in case the physical volume specified by NUMBV contains already a hit for the same track then the routine will make a cumulative sum for the last NHSUM elements of the hit. That facility is particularly interesting in case one want to store hits generated into a calorimeter.
+----------------------------------------------+ | CALL GPHITS (IUSET,IUDET) | +----------------------------------------------+
Prints JHITS banks for detector IUDET of set IUSET.
+-----------------------------------------------------------------------------------------------------+ |CALL GFHITS (IUSET,IUDET,NVDIM,NHDIM,NHMAX,ITRS,NUMVS, ITRA*,NUMBV*,HITS*,NHITS*) | +-----------------------------------------------------------------------------------------------------+
Returns the hits produced by track ITRS (if 0, by all tracks) in the physical volume specified by the list NUMVS with generic volume name IUDET belonging to set IUSET.
In the calling routine the arrays NUMVS, NUMBV, HITS and ITRA must be dimensioned to:
NUMVS(NVDIM) NUMBV(NVDIM,NHMAX) HITS(NHDIM,NHMAX) ITRA(NHMAX)
+----------------------------------------------------------------+ |CALL GFPATH (ISET,IDET,NUMBV,NLEV,LNAM,LNUM) | +----------------------------------------------------------------+
Returns the list of NLEV volume names (LNAM) and numbers (LNUM) which identify the path through the JVOLUM data structure for the volume corresponding to the detector at position IDET in set at position ISET identified by the list of volume numbers NUMBV (see GFHITS). The routine GFPATH assumes that the sensitive detectors have been declared via the routine GSDETV and not GSDET. GFPATH prepares the lists LNAM and LNUM required by the routine GLVOLU which fills the common /GCVOLU/ .