Next: Example
Up: GEANT
Previous: Example
CALL GSDETD (CHSET,CHDET,ND,CHNMSD,NBITSD)
- CHSET
- ( CHARACTER*4) set name;
- CHDET
- ( CHARACTER*4) detector name;
- ND
- ( INTEGER) number of elements per digitisation;
- CHNMSD
- ( CHARACTER*4) array of ND names for the digitisation
elements;
- NBITSD
- ( INTEGER) array of ND, NBITSD(I)
( I=1,...,ND)
is the number of bits into which to pack the
element of the
digit.
Defines digitisation parameters for detector CHDET of set CHSET.
The routine must be called at initialisation, after the
geometrical volumes have been defined, to describe
the digitisation elements and the way to pack them in the data structure
JDIGI.
Janne Saarela
Mon Apr 3 12:46:29 METDST 1995