Skip to content

Commit 7c5ba97

Browse files
authored
Merge pull request #363 from vkucera/glossary
Glossary: Add info about O2 limits
2 parents faba303 + 258127c commit 7c5ba97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/glossary/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,17 @@ AO2D <a id="ao2d" />
5959
table <a id="table" />
6060
: data format storing a collection of columns for each entry (table row).
6161
Rows represent objects of the given table type and columns represent properties of these objects.
62-
A table definition defines a C++ type and therefore must be unique.
6362
Declared with the `DECLARE_SOA_TABLE(...)` macros.
6463
Stored in [AO2D](#ao2d) as `TTree`.
64+
The table name defines a C++ type and therefore must be unique.
65+
The table description (used in the `TTree` name) is truncated to 15 characters if longer.
6566

6667
## Data processing
6768

6869
task <a id="task" />
6970
: C++ `struct` which can process and produce [tables](#table) and produce other output (e.g. histograms).
7071
A task is executed as a [device](#device) of a [workflow](#workflow).
72+
A task cannot have more than 99 members (including methods).
7173

7274
configurable <a id="configurable" />
7375
: [task](#task) parameter, whose value can be set without editing the code of the task.

0 commit comments

Comments
 (0)