ROME XML Definition Schema Documentation

Complex Type: GraphDesc

[Table of contents]

Super-types: None
Sub-types: None
Name GraphDesc
Used by (from the same schema document) Complex Type TaskDesc
Abstract no
Documentation Description of graphs.
XML Instance Representation
<...>
<GraphName> string </GraphName> [1]

'The name of the graph. (required)'

Start Choice [0..*]
<GraphTitle> string </GraphTitle> [0..1]

'The title of the graph. Displayed in the ROOT browser. This value can be overwritten in the configuration file. (optional)'

<GraphFolderName> string </GraphFolderName> [0..1]

'The ROOT folder, where the graph is stored in (this folder has nothing to do with a data folder of ROME). The graphs are stored under //root/[Shortcut]/[TaskName]/[GraphFolderName]. Default is the value of GraphName.'

<GraphFolderTitle> string </GraphFolderTitle> [0..1]

'The title of the ROOT folder in which the graph is stored. This value can be overwritten in the configuration file. (optional)'

End Choice
<GraphType> GraphTypeDesc </GraphType> [1]

'The type of the graph. Can be any ROOT graph type. (required)'

Start Choice [0..*]
<GraphArraySize> string </GraphArraySize> [0..1]

'The array size of the graph. If the value is 1 the graph is a single graph. If the graph is an array they are named GraphName_001 and so on. With GraphArrayStartIndex you can specifie with which number the enumeration starts. This value can be overwritten in the configuration file. Default is 1.'

<GraphArrayStartIndex> string </GraphArrayStartIndex> [0..1]

'Start index of graph array name enumeration. This value can be overwritten in the configuration file. Default is 0.'

<GraphXLabel> string </GraphXLabel> [0..1]

'The label text of the x axis. Text has to be placed in quotes. This value can be overwritten in the configuration file. (optional)'

<GraphYLabel> string </GraphYLabel> [0..1]

'The label text of the y axis. Text has to be placed in quotes. This value can be overwritten in the configuration file. (optional)'

<GraphZLabel> string </GraphZLabel> [0..1]

'The label text of the z axis. Text has to be placed in quotes. This value can be overwritten in the configuration file. (optional)'

<GraphXmin> string </GraphXmin> [0..1]

'The minimum value in x. This value can be overwritten in the configuration file. Default is 0.'

<GraphXmax> string </GraphXmax> [0..1]

'The maximum value in x. This value can be overwritten in the configuration file. Default is 1.'

<GraphYmin> string </GraphYmin> [0..1]

'The minimum value in y. This value can be overwritten in the configuration file. Default is 0.'

<GraphYmax> string </GraphYmax> [0..1]

'The maximum value in y. This value can be overwritten in the configuration file. Default is 1.'

<GraphZmin> string </GraphZmin> [0..1]

'The minimum value in z. This value can be overwritten in the configuration file. Default is 0.'

<GraphZmax> string </GraphZmax> [0..1]

'The maximum value in z. This value can be overwritten in the configuration file. Default is 1.'

<Argus> HistGraphArgusDesc </Argus> [0..1]

'Argus display configuration for the histogram/graph.'

End Choice
</...>
Diagram
h480260084 h-70776962
Schema Component Representation
<complexType name="GraphDesc">
<sequence>
<element name="GraphName" type=" string "/>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="GraphTitle" type=" string " minOccurs="0"/>
<element name="GraphFolderName" type=" string " minOccurs="0"/>
<element name="GraphFolderTitle" type=" string " minOccurs="0"/>
</choice>
<element name="GraphType" type=" GraphTypeDesc "/>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="GraphArraySize" type=" string " default="1" minOccurs="0"/>
<element name="GraphArrayStartIndex" type=" string " default="0" minOccurs="0"/>
<element name="GraphXLabel" type=" string " minOccurs="0"/>
<element name="GraphYLabel" type=" string " minOccurs="0"/>
<element name="GraphZLabel" type=" string " minOccurs="0"/>
<element name="GraphXmin" type=" string " default="0" minOccurs="0"/>
<element name="GraphXmax" type=" string " default="1" minOccurs="0"/>
<element name="GraphYmin" type=" string " default="0" minOccurs="0"/>
<element name="GraphYmax" type=" string " default="1" minOccurs="0"/>
<element name="GraphZmin" type=" string " default="0" minOccurs="0"/>
<element name="GraphZmax" type=" string " default="1" minOccurs="0"/>
<element name="Argus" type=" HistGraphArgusDesc " minOccurs="0"/>
</choice>
</sequence>
</complexType>