Update Data Model authored by Matteo Tenti's avatar Matteo Tenti
...@@ -63,8 +63,8 @@ The linear fit provides: ...@@ -63,8 +63,8 @@ The linear fit provides:
| double | zc | Z position of the center of the circle | | double | zc | Z position of the center of the circle |
| double | r | Radius of the circle | | double | r | Radius of the circle |
| double | h | Direction of the trajectory | | double | h | Direction of the trajectory |
| double | a | intercept of the linear fit | | double | a | Intercept of the linear fit |
| double | b | slope of the linear fit | | double | b | Slope of the linear fit |
| double | x0 | X position of the starting point of the track | | double | x0 | X position of the starting point of the track |
| double | y0 | Y 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 | z0 | Z position of the starting point of the track |
... ...
......