From 691d19353ea459a7dc9454dd631fca00b9c372e1 Mon Sep 17 00:00:00 2001 From: ShujieL Date: Wed, 8 Nov 2023 15:28:48 -0800 Subject: [PATCH 1/3] bring measurements back to trajectory move measurements from Track back to Trajectory, and add back outliers. --- edm4eic.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/edm4eic.yaml b/edm4eic.yaml index 608a6d4..b7197cf 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -380,6 +380,8 @@ datatypes: - float outlierChi2 // Chi2 for each of the outliers OneToManyRelations: - edm4eic::TrackParameters trackParameters // Associated track parameters, if any + - edm4eic::Measurement2D measurements // Measurements that were used for this track + - edm4eic::Measurement2D outliers // Measurements that were not used for this track edm4eic::TrackParameters: Description: "ACTS Bound Track parameters" @@ -413,7 +415,6 @@ datatypes: OneToOneRelations: - edm4eic::Trajectory trajectory // Trajectory of this track OneToManyRelations: - - edm4eic::Measurement2D measurements // Measurements that were used for this track - edm4eic::Track tracks // Tracks (segments) that have been combined to create this track edm4eic::TrackSegment: From c6c3bddf79b88be395161570886932101530d61f Mon Sep 17 00:00:00 2001 From: Shujie Li Date: Wed, 24 Jan 2024 11:14:41 -0800 Subject: [PATCH 2/3] add comments on trajectory measurements --- edm4eic.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/edm4eic.yaml b/edm4eic.yaml index af76167..c90a093 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -385,9 +385,9 @@ datatypes: - float measurementChi2 // Chi2 for each of the measurements - float outlierChi2 // Chi2 for each of the outliers OneToManyRelations: - - edm4eic::TrackParameters trackParameters // Associated track parameters, if any - - edm4eic::Measurement2D measurements // Measurements that were used for this track - - edm4eic::Measurement2D outliers // Measurements that were not used for this track + - edm4eic::TrackParameters trackParameters // Associated track parameters, if any + - edm4eic::Measurement2D measurements_depracated // Measurements that were used for this track. Will move this to the edm4eic::Track + - edm4eic::Measurement2D outliers_depracated // Measurements that were not used for this track. Will move this to the edm4eic::Track edm4eic::TrackParameters: Description: "ACTS Bound Track parameters" @@ -421,6 +421,7 @@ datatypes: OneToOneRelations: - edm4eic::Trajectory trajectory // Trajectory of this track OneToManyRelations: + - edm4eic::Measurement2D measurements // Measurements that were used for this track - edm4eic::Track tracks // Tracks (segments) that have been combined to create this track edm4eic::TrackSegment: From 756a308d30384412d3f51eaa86d04ff8e478b2c4 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Thu, 25 Jan 2024 15:33:21 -0600 Subject: [PATCH 3/3] fix: spelling --- edm4eic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edm4eic.yaml b/edm4eic.yaml index c90a093..ddf96d8 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -386,8 +386,8 @@ datatypes: - float outlierChi2 // Chi2 for each of the outliers OneToManyRelations: - edm4eic::TrackParameters trackParameters // Associated track parameters, if any - - edm4eic::Measurement2D measurements_depracated // Measurements that were used for this track. Will move this to the edm4eic::Track - - edm4eic::Measurement2D outliers_depracated // Measurements that were not used for this track. Will move this to the edm4eic::Track + - edm4eic::Measurement2D measurements_deprecated // Measurements that were used for this track. Will move this to the edm4eic::Track + - edm4eic::Measurement2D outliers_deprecated // Measurements that were not used for this track. Will move this to the edm4eic::Track edm4eic::TrackParameters: Description: "ACTS Bound Track parameters"