Update Data Model authored by Matteo Tenti's avatar Matteo Tenti
......@@ -68,12 +68,12 @@ The linear fit provides:
| double | x0 | X position of the starting point of the track |
| double | y0 | Y position of the starting point of the track |
| double | z0 | Z position of the starting point of the track |
| double | t0 | time coordinate of the starting point of the track |
| int | ret_ln | return value of the linear fit |
| double | t0 | Time coordinate of the starting point of the track |
| int | ret_ln | Return value of the linear fit |
| double | chi2_ln | Rough measurement of the quality of the linear fit |
| int | ret_cr | return value of the circular fit |
| int | ret_cr | Return value of the circular fit |
| double | chi2_cr | Rough measurement of the quality of the circular fit |
| std::vector<digit> | digits | vector of the digits belonging to the track |
| std::vector<digit> | digits | Vector of the digits belonging to the track |
***EM Calorimeter***
......
......