Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
CherenkovParticleID
datatype (#17)
### Briefly, what does this PR introduce? Add new `datatype` for RICH PID: `CherenkovParticleID`. While we intend to use `edm4hep::ParticleID` for the final RICH PID, it is useful to have an intermediate, more detailed datatype specific for Cherenkov PID. This is a refactor of what we used in Juggler for ATHENA; the branch [`irt-data-model`](https://github.com/eic/EDM4eic/tree/irt-data-model) should remain for legacy Juggler support (see #1) until we are fully transitioned to EICrecon. ### 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 - [x] Changes have been communicated to collaborators: @chchatte92 @alexander-kiselev ### Does this PR introduce breaking changes? What changes might users need to make to their code? No ### Does this PR change default behavior? No --------- Co-authored-by: chchatte92 <[email protected]>
- Loading branch information