Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Column Name

Description

ID

The primary key.

NAME

The name of the data. This name must be unique within an application.

APPID

Foreign key to the application's primary key.

TYPE

The java type of the data object: hep.aida.IHistogram1D, hep.aida.IHistogram2D, org.glast.base.application.data.trending.TrendingDataChannel.

TITLE

The title of the corresponding plot.

LOGYAXIS

Boolean flag to set log y axis.

XAXISLABEL

The data x axis label.

YAXISLABEL

The data y axis label.

LABEL

The name of the data used in the navigation tree. It not provided the name will be used.

DESCRIPTION

Not used for now. The description is meant to be used to explain the data (tooltips, popups, boxes)

STYLE

Not used for now. Meant to be a list of comma separated style names to be applied when plotting the data.

PATH

Obsolete; used in System Tests for grouping To be removed.

DataGroups and GroupLeaf

The DataGroups and GroupLeaf tables are used to group data together. The GroupLeaf table defines the tree's leaves, while the DataGroups table defines the folders.

GroupLeaf

Using this table allows the same data to belong to multiple folders.

Column Name

Description

LEAFID

The primary key of the leaf.

DATAID

Foreign key to a data's primary key.

GROUPID

Foreign key to the primary key of the group (folder) to which the leaf belongs to.

DataGroups

Column Name

Description

GROUPID

The primary key of the group.

GROUPNAME

The name of the group as it appears on the navigation tree.

PARENTGROUP

Foreign key to a group's primary key. It allows a nested structure.

OWNER

The name of the group's owner. Used to display user's specific groups.

APPID

Foreign key to the application's primary key.

OPERATOR

Not used for now. Meant to somehow contain information on what to do to the contained data when the folder is selected.

DESCSHORT

Not used for now. Meant for ?.

DESCLONG

Not used for now. Meant for ?.