Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: decltype on MCParticle::momentum in UndoAfterBurner (#1708)
### Briefly, what does this PR introduce? In EDM4hep-0.99, `MCParticle::momentum` is now `Vector3f` instead of `Vector3d`, which causes warnings in UndoAfterBurner. This PR adds a decltype to get around this. ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [x] New feature (support EDM4hep-0.99) - [ ] 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