Skip to content

Commit

Permalink
Switched from single 32-bit integer for TrackPoint surface ID to two …
Browse files Browse the repository at this point in the history
…16-bit integers for TrackPoint detector and surface ID
  • Loading branch information
tylerkutz committed Aug 25, 2023
1 parent 188b8e0 commit f19727b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ components:
- edm4eic::Cov2f directionError // Error on the polar and azimuthal angles
- float pathlength // Pathlength from the origin to this point
- float pathlengthError // Error on the pathlength
- int32_t surface // Surface on which the track point lies
- uint16_t detectorID // Detector to which the track point was propagated to
- uint16_t surfaceID // Surface on which the track point lies (for multiple surfaces per detector)

## PID hypothesis from Cherenkov detectors
edm4eic::CherenkovParticleIDHypothesis:
Expand Down

0 comments on commit f19727b

Please sign in to comment.