next up previous contents index
Next: Contents Up: Accessing Information Previous: Number of entries

Histrogram attributes Contents

 

CALL HKIND (ID,KIND*,CHOPT)

Action: Returns the attributes of a histogram

Input parameters:
ID
Histogram identifier
CHOPT
Character variable specifying desired option.
' '
(default) only KIND(1) is filled, according to the following convention:
-1
unknown kind of histogram;
0
identifier ID does not exits;
1
one-dimensional plot;
2
two-dimensional plot;
3
table;
4
Ntuple;
8
profile histogram.
'A'
More complete information on histogram; all ``status bits'' characterizing the histogram are expanded into the vector KIND(32), using the following conventions:

Output parameter:
KIND
Integer array (of dimension 32) which will contain the information returned about histogram ID. See above for a detailed explanation of its contents.


Last update: Tue May 16 09:09:27 METDST 1995