File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,15 +59,17 @@ AO2D <a id="ao2d" />
5959table <a id =" table " />
6060: data format storing a collection of columns for each entry (table row).
6161Rows 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.
6362Declared with the ` DECLARE_SOA_TABLE(...) ` macros.
6463Stored 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
6869task <a id =" task " />
6970: C++ ` struct ` which can process and produce [ tables] ( #table ) and produce other output (e.g. histograms).
7071A task is executed as a [ device] ( #device ) of a [ workflow] ( #workflow ) .
72+ A task cannot have more than 99 members (including methods).
7173
7274configurable <a id =" configurable " />
7375: [ task] ( #task ) parameter, whose value can be set without editing the code of the task.
You can’t perform that action at this time.
0 commit comments