Skip to content

Commit 546ab1a

Browse files
authored
Remove TrackerHit "and time" comment (#78)
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
1 parent cc887f9 commit 546ab1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edm4eic.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,9 @@ datatypes:
350350
Author: "W. Armstrong, S. Joosten"
351351
Members:
352352
- uint64_t cellID // The detector specific (geometrical) cell id.
353-
- edm4hep::Vector3f position // Hit (cell) position and time [mm, ns]
353+
- edm4hep::Vector3f position // Hit (cell) position [mm]
354354
- edm4eic::CovDiag3f positionError // Covariance Matrix
355-
- float time // Hit time
355+
- float time // Hit time [ns]
356356
- float timeError // Error on the time
357357
- float edep // Energy deposit in this hit [GeV]
358358
- float edepError // Error on the energy deposit [GeV]

0 commit comments

Comments
 (0)