Update Data Model authored by Matteo Tenti's avatar Matteo Tenti
**hit** **Hit**
hit struct represent the particle energy deposit on the STT detector. Its information are derived from the class *[TG4HitSegment](https://github.com/ClarkMcGrew/edep-sim/blob/master/README.md#the-energy-deposition-class-and-friends)* of the [edep-sim](https://github.com/ClarkMcGrew/edep-sim/blob/master/README.md) output format [[1]](uploads/9a5d48ec15fb723145d08ec485a62149/Edep-sim_output.pdf).
It is related to [TG4HitSegment ](https://github.com/ClarkMcGrew/edep-sim/blob/master/README.md#the-energy-deposition-class-and-friends) class in [edep-sim](https://github.com/ClarkMcGrew/edep-sim). | type | name | description |
| type | member | description |
| ------ | ------ | ------ | | ------ | ------ | ------ |
| std::string| det | | | std::string | det | name of the volume where the energy deposit occurs. The reference geoemtry is *EDepSimGeometry* in the input edep-sim file. |
| double | x1 | | | double | x1 | |
| double | y1 | | | double | y1 | |
| double | z1 | | | double | z1 | |
...@@ -14,5 +13,5 @@ It is related to [TG4HitSegment ](https://github.com/ClarkMcGrew/edep-sim/blob/m ...@@ -14,5 +13,5 @@ It is related to [TG4HitSegment ](https://github.com/ClarkMcGrew/edep-sim/blob/m
| double | z2 | | | double | z2 | |
| double | t2 | | | double | t2 | |
| double | de | | | double | de | |
| int | pid | | | int | | pid |
| int | index | | | int | index | |
\ No newline at end of file