Update Data Model authored by Matteo Tenti's avatar Matteo Tenti
...@@ -116,8 +116,8 @@ A cell represents the real responce of a cell of the e.m. calorimeter. It has on ...@@ -116,8 +116,8 @@ A cell represents the real responce of a cell of the e.m. calorimeter. It has on
| double | y | Y position of the center of the cell | | double | y | Y position of the center of the cell |
| double | z | Z position of the center of the cell | | double | z | Z position of the center of the cell |
| double | l | Length of the cell, i.e. optical distance between the associated with the cell | | double | l | Length of the cell, i.e. optical distance between the associated with the cell |
| double | ps1 | Vector of photo signal from one side | | std::vector<dg_ps> | ps1 | Vector of photo signal from one side |
| double | ps2 | ... and the other side | | std::vector<dg_ps> | ps2 | ... and the other side |
| int | mod | Index of the module. 0 - 23 for the barrel starting from the upper one and moving upstream. 30 and 40 for the right and left endcap respectively | | int | mod | Index of the module. 0 - 23 for the barrel starting from the upper one and moving upstream. 30 and 40 for the right and left endcap respectively |
| int | lay | Index of the layer. 0 - 4 starting from the inner one | | int | lay | Index of the layer. 0 - 4 starting from the inner one |
| int | cel | Index of the cell. 0 - 12 starting from the left | | int | cel | Index of the cell. 0 - 12 starting from the left |
... ...
......