Skip to content

Commit

Permalink
bring measurements back to trajectory (#60)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Move measurements from Track (which is introduced in
#58) back to Trajectory, and add back
outliers.


### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [x ] Other: partially revert a change

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [x ] Changes have been communicated to collaborators. -- This change
is communicated to Joe Osborn.

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
CKFtracking.cc needs to be updated to take the new data structure.

### Does this PR change default behavior?

---------

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
  • Loading branch information
ShujieL and wdconinc authored Jan 26, 2024
1 parent 9fd0a3f commit c729b43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +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::TrackParameters trackParameters // Associated track parameters, if any
- 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"
Expand Down

0 comments on commit c729b43

Please sign in to comment.