Skip to content

Commit

Permalink
Remove TrackerHit "and time" comment (#78)
Browse files Browse the repository at this point in the history
The comment on TrackerHit position which suggests it could/should also
be used for time appears to have been left over from a previous version
where there was a 4D vector.


16f26bb
  • Loading branch information
simonge authored Apr 26, 2024
1 parent cc887f9 commit 546ab1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ datatypes:
Author: "W. Armstrong, S. Joosten"
Members:
- uint64_t cellID // The detector specific (geometrical) cell id.
- edm4hep::Vector3f position // Hit (cell) position and time [mm, ns]
- edm4hep::Vector3f position // Hit (cell) position [mm]
- edm4eic::CovDiag3f positionError // Covariance Matrix
- float time // Hit time
- float time // Hit time [ns]
- float timeError // Error on the time
- float edep // Energy deposit in this hit [GeV]
- float edepError // Error on the energy deposit [GeV]
Expand Down

0 comments on commit 546ab1a

Please sign in to comment.