/HISTOGRAM_CREATE

Creation ('booking') of HBOOK objects in memory.


/HISTOGRAM/CREATE/1DHISTO id title ncx xmin xmax [ valmax ]

Create a one dimensional histogram. The contents are set to zero. If VALMAX=0, then a full word is allocated per channel, else VALMAX is used as the maximum bin content allowing several channels to be stored into the same machine word.


/HISTOGRAM/CREATE/PROFILE id title ncx xmin xmax ymin ymax [ chopt ]

CHOPT:

'' ''
Error on mean
'S'
Spread option

Create a profile histogram. Profile histograms accumulate statistical quantities of a variable y in bins of a variable x. The contents are set to zero.


/HISTOGRAM/CREATE/BINS id title ncx xbins [ valmax ]

Create a histogram with variable size bins. The low-edge of each bin is given in vector XBINS (NCX+1) values. The contents are set to zero. See 1DHISTO for VALMAX.


/HISTOGRAM/CREATE/2DHISTO id title ncx xmin xmax ncy ymin ymax [ valmax ]

Create a two dimensional histogram. The contents are set to zero. See 1DHISTO for VALMAX.


/HISTOGRAM/CREATE/PROX id

Create the projection onto the x axis. The projection is not filled until the Histo/Project command is executed.

To plot projection X of ID type: PAW > HI/PLOT ID.PROX

/HISTOGRAM/CREATE/PROY id

Create the projection onto the y axis. The projection may be filled with Histo/Project.

To plot projection Y of ID type: PAW > HI/PLOT ID.PROY

/HISTOGRAM/CREATE/SLIX id nslices

Create projections onto the x axis, in y-slices. The projection may be filled with Histo/Project.

To plot slice 3 in X of ID type: PAW > HI/PLOT ID.SLIX.3

/HISTOGRAM/CREATE/SLIY id nslices

Create projections onto the y axis, in x-slices. The projection may be filled with Histo/Project.

To plot slice 2 in Y of ID type: PAW > HI/PLOT ID.SLIY.2

/HISTOGRAM/CREATE/BANX id ymin ymax

Create a projection onto the x axis, in a band of y. Several bands can be defined on the one histogram. The projection may be filled with Histo/Project.

To plot band 1 in X of ID type: PAW > HI/PLOT ID.BANX.1

/HISTOGRAM/CREATE/BANY id xmin xmax

Create a projection onto the y axis, in a band of x. Several bands can be defined on the one histogram. The projection may be filled with Histo/Project.

To plot band 1 in Y of ID type: PAW > HI/PLOT ID.BANY.1

/HISTOGRAM/CREATE/TITLE_GLOBAL [ chtitl chopt ]

CHOPT:

'' ''
The global title is plotted at the top of each picture.
'U'
If the option 'UTIT' is on, a user title is plotted at the bottom of each histogram.

Set the global title. The size and the Y position of the global title may be changed by the commands SET GSIZ and SET YGTI respectively. The size and the Y position of the user title may be changed by the commands SET TSIZ and SET YHTI respectively.