Routine ID: HITS100 | |
---|---|
Author(s): | Submitted: 01.11.83 |
Origin: R.Brun,F.Bruyant | Revised: 17.12.93 |
CALL GSDET (CHSET,CHDET,NV,CHNMSV,NBITSV,IDTYP,NWHI,NWDI,ISET*,IDET*)
Assigns detector CHDET to the set CHSET and defines its basic parameters.
Note: The vector CHNMSV (length NV) contains the list of volume names which permit unambiguous identification of all copies of volume CHDET [see example in [HITS110]. Each element of the vector NBITSV (length NV) is the number of bits used for packing the number of the corresponding volume, when building the packed identifier of a given physical detector.
For more details see the example given in [HITS110]. The detector type IDTYP is not used internally by GEANT and can be used to distinguish quickly between various kinds of detectors, in the routine GUSTEP for example.
CALL GSDETV (CHSET,CHDET,IDTYP,NWHI,NWDI,ISET*,IDET*) The arguments of this routine are the same than the previous one, but NAMES, NBITSV will be computed by GGDETV called by GGCLOS) (see [HITS001]).
CALL GFDET (CHSET,CHDET,NV*,CHNMSV*,NBITSV*,IDTYP*,NWHI*,NWDI*,ISET*,IDET*) Returns the parameters for detector CHDET of set CHSET, the arguments have the same meaning than for routine GSDET.
CALL GPSETS (CHSET,CHDET) Prints SET and DETector parameters.