Update Data Model authored by Matteo Tenti's avatar Matteo Tenti
......@@ -118,6 +118,7 @@ The cluster is a set of cell grouped on the basis track that produced them. It h
| double | e | Sum of the energy collected by the cells |
| double | sx | Direction of the cluster. For each layer an energy weighted average X position is calculated and then the X positions are fitted with a linear track model |
| double | sy | Direction of the cluster. For each layer an energy weighted average Y position is calculated and then the Y positions are fitted with a linear track model |
| double | sz | Direction of the cluster. For each layer an energy weighted average Z position is calculated and then the Z positions are fitted with a linear track model |
| double | varx | Variance in X of the cluster |
| double | vary | Variance in Y of the cluster |
| double | varz | Variance in Z of the cluster |
......
......