Skip to content

Commit 9b4a775

Browse files
authored
feat: add quality field to TrackSeed (#141)
### Briefly, what does this PR introduce? This PR adds a quality field to TrackSeed, intended to be filled with e.g. https://github.com/acts-project/acts/blob/v44.4.0/Core/include/Acts/EventData/Seed.hpp#L34. ### 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.
1 parent 690b2a9 commit 9b4a775

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(EDM4EIC
77
LANGUAGES CXX)
88

99
SET( ${PROJECT_NAME}_VERSION_MAJOR 8 )
10-
SET( ${PROJECT_NAME}_VERSION_MINOR 5 )
10+
SET( ${PROJECT_NAME}_VERSION_MINOR 6 )
1111
SET( ${PROJECT_NAME}_VERSION_PATCH 0 )
1212
SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )
1313

edm4eic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ datatypes:
430430
Author: "S. Li, B. Schmookler, J. Osborn"
431431
Members:
432432
- edm4hep::Vector3f perigee // Vector for the perigee (line surface)
433+
- float quality // Seed quality reported by finder
433434
OneToManyRelations:
434435
- edm4eic::TrackerHit hits // Tracker hits triplet for seeding
435436
OneToOneRelations:

0 commit comments

Comments
 (0)