This project is archived. Its data is
read-only
.
This project is
read-only
.
Changes
Page history
Update Data Model
authored
Feb 26, 2020
by
Matteo Tenti
Hide whitespace changes
Inline
Side-by-side
Data-Model.md
View page @
3c5000db
...
...
@@ -13,7 +13,7 @@ The hit struct represent the segment along which a particle's energy deposit occ
| double | x1 | X cordinate of the start point of the segment |
| double | y1 | Y cordinate of the start point of the segment |
| double | z1 | Z cordinate of the start point of the segment |
| double | t1 |
t
ime cordinate of the start point of the segment |
| double | t1 |
T
ime cordinate of the start point of the segment |
| double | x2 | X cordinate of the end point of the segment |
| double | y2 | Y cordinate of the end point of the segment |
| double | z2 | Z cordinate of the end point of the segmen |
...
...
@@ -36,7 +36,7 @@ The digit represents (or at least should) the real response of the straw tube. I
| double | x | X position of the digit evaluated as explained above |
| double | y | Y position of the digit evaluated as explained above |
| double | z | Z position of the digit evaluated as explained above |
| double | t |
t
ime coordinate of the digit evaluated as explained above |
| double | t |
T
ime coordinate of the digit evaluated as explained above |
| double | de | Energy deposit |
| bool| hor| Flag to identified straw tube orientation.
`hor == true`
means horizontal,
`hor == false`
means vertical |
| std::vector
<int>
| hindex | vector of the hit indeces contributing to the digit |
...
...
@@ -141,7 +141,7 @@ The cluster is a set of cell grouped on the basis track that produced them. It h
| double | xtrue | X coordinate of the starting point of the particle's track |
| double | ytrue | Y coordinate of the starting point of the particle's track |
| double | ztrue | Z coordinate of the starting point of the particle's track |
| double | ttrue |
t
ime coordinate of the starting point of the particle's track |
| double | ttrue |
T
ime coordinate of the starting point of the particle's track |
| double | pxreco | Reconstructed X component of the particle momentum |
| double | pyreco | Reconstructed Y component of the particle momentum |
| double | pzreco | Reconstructed Z component of the particle momentum |
...
...
...
...