Skip to content

Commit

Permalink
add comments on trajectory measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
ShujieL committed Jan 24, 2024
1 parent cf008f6 commit c6c3bdd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c6c3bdd

Please sign in to comment.