Skip to content

Commit

Permalink
Changed type and names of surface/detector identifiers in TrackPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkutz committed Aug 31, 2023
1 parent f19727b commit f2bd0ed
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 @@ -140,8 +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
- 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)
- uint64_t surface // Surface track was propagated to (possibly multiple per detector)
- uint16_t system // Detector system track was propagated to

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

0 comments on commit f2bd0ed

Please sign in to comment.