Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: new component edm4eic::Surface (#82)
### Briefly, what does this PR introduce? This PR adds a new component to the datamodel, `edm4eic::Surface`, identical to the ActsPodioEdm component. It allows for persistence of arbitrary surfaces, including surfaces that may change from event to event (perigee surfaces) or otherwise are not available in the geometry (effective surfaces with a depth in the calorimeter determined by the reconstructed energy). The most immediate use is to allow reuse of this component in an Acts::PodioTrackContainer with edm4eic::TrackCollections as the underlying storage backend. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? No. ### Does this PR change default behavior? No.
- Loading branch information