CKF Tracking based on Gen3 geometry#49
Merged
Merged
Conversation
e7fb9c3 to
7660fa7
Compare
2 tasks
2646963 to
a1ebf9e
Compare
Member
Author
|
I have removed the test introduced in #39 because it doesn't work due to some geometry issues. |
Member
Author
|
|
67e9300 to
e37ed0a
Compare
tmadlener
commented
Apr 27, 2026
e37ed0a to
86c2f55
Compare
It looks like using only one event and EvtMax=-1 hides failures somehow
New seeded CKF tracking algorithm that is entirely independent from ACTSAlgBase. Obtains tracking geometry, magnetic field, and cellID→surface mapping directly from IActsGeoSvc instead of building its own geometry from TGeo files. - CKFTracking.hxx: reusable helpers parseSeedingLayers() and makeInitialCovariance() extracted from the existing algorithm - CKFTrackingAlg.cpp: self-contained algorithm using ActsGeoSvc; default-constructs GeometryContext, MagneticFieldContext, CalibrationContext as required by the ACTS framework - Helpers: accept shared_ptr<const MagneticFieldProvider> so both algorithms (const and non-const field pointers) can use the helper - CMakeLists: register CKFTrackingAlg.cpp as a plugin source Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds an options file and CTest entry for the new CKFTrackingAlg that uses ActsGeoSvc (Blueprint-based geometry) instead of algorithm-level TGeo file loading. The test runs on the same simulated MAIA data as the existing reco_MAIA test and verifies that the algorithm initialises and processes hits without crashing. SeedingLayers is left empty pending geometry-ID inspection of the Gen3 path; the test exercises the hit-conversion pipeline and CKF setup even without seeds.
Member
|
The required tests are finally behaving, so I'd plan to merge this PR tomorrow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BEGINRELEASENOTES
ENDRELEASENOTES
[ ] Includes [WIP] Add a simple runtime test #39This is a first version of a CKF (largely copied from the existing one) for running tracking. It works for
MAIA_v0and should largely be seen as a proof of concept for now. Things that will (almost certainly) be out of scope for this PR:Things that I would still like to tackle: