next up previous index
Next: GEOM600 User initialisation Up: GEANT Previous: Dynamic ordering

GEOM500 Volume attributes

Routine ID: GEOM500
Author(s): Submitted: 15.08.83
Origin: R.Brun, P.ZanariniRevised: 15.12.93

CALL GSATT (CHNAME,CHIATT,IVAL)

CHNAME
( CHARACTER*4) volume name;
CHIATT
( CHARACTER*4) attribute to be set;
IVAL
( INTEGER) value to which the attribute is to be set.

Changes the attribute CHIATT of the volume called CHNAME to the value IVAL. The names and meaning of the attributes and their allowed values are:

CALL GFATT (CHNAME,CHIATT,IVAL*) Returns in IVAL the attribute CHIATT of the volume CHNAME. The arguments have the same meaning than for the routine GSATT.

CALL GFPARA (CHNAME,NR,INTEXT,NPAR*,NATT*,PAR*,ATT*)

CHNAME
( CHARACTER*4) volume name;
NR
( INTEGER) copy number;
INTEXT
( INTEGER) type of volume parameters requested:
0
user parameters;
1
internal parameters;
NPAR
( INTEGER) number of parameters returned;
NATT
( INTEGER) number of attributes returned;
PAR
( REAL) array of parameters;
ATT
( REAL) array of attributes.
Returns parameters PAR(1...NPAR) and attributes ATT(1...NATT) for the volume CHNAME with copy number NR.

GEOM600


Janne Saarela
Mon Apr 3 12:46:29 METDST 1995