From f2bd0edf16d0e1e5d934491e01f11099fd3c404f Mon Sep 17 00:00:00 2001 From: Tyler Kutz Date: Thu, 31 Aug 2023 11:13:27 -0400 Subject: [PATCH] Changed type and names of surface/detector identifiers in TrackPoint --- edm4eic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edm4eic.yaml b/edm4eic.yaml index cfbfaae..112089a 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -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: