| Super-types: | None |
|---|---|
| Sub-types: | None |
| Name | HistogramDesc |
|---|---|
| Used by (from the same schema document) | Complex Type TaskDesc |
| Abstract | no |
| Documentation | Description of histograms. |
'The name of the histogram. (required)'
'The title of the histogram. Displayed in the ROOT browser. This value can be overwritten in the configuration file. (optional)'
'The ROOT folder, where the histogram is stored in (this folder has nothing to do with a data folder of ROME). The histograms are stored under //root/[Shortcut]/[TaskName]/[HistFolderName]. Default is the value of HistName.'
'The title of the ROOT folder in which the histogram is stored. This value can be overwritten in the configuration file. (optional)'
'The type of the histogram. Can be any ROOT histogram type. (required)'
'The array size of the histogram. If the value is 1 the histogram is a single histogram. If the histogram is an array they are named HistName_001 and so on. With HistArrayStartIndex you can specifie with which number the enumeration starts. This value can be overwritten in the configuration file. Default is 1.'
'Start index of histogram array name enumeration. This value can be overwritten in the configuration file. Default is 0.'
'The label text of the x axis. Text has to be placed in quotes. This value can be overwritten in the configuration file. (optional)'
'The label text of the y axis. Text has to be placed in quotes. This value can be overwritten in the configuration file. (optional)'
'The label text of the z axis. Text has to be placed in quotes. This value can be overwritten in the configuration file. (optional)'
'The number of bins in x. This value can be overwritten in the configuration file. Default is 1.'
'The minimum value in x. This value can be overwritten in the configuration file. Default is 0.'
'The maximum value in x. This value can be overwritten in the configuration file. Default is 1.'
'The number of bins in y. This value can be overwritten in the configuration file. Default is 1.'
'The minimum value in y. This value can be overwritten in the configuration file. Default is 0.'
'The maximum value in y. This value can be overwritten in the configuration file. Default is 1.'
'The number of bins in z. This value can be overwritten in the configuration file. Default is 1.'
'The minimum value in z. This value can be overwritten in the configuration file. Default is 0.'
'The maximum value in z. This value can be overwritten in the configuration file. Default is 1.'