-
Notifications
You must be signed in to change notification settings - Fork 30
Move Kalman Filter in ALERT engine #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ftouchte
commented
Feb 9, 2026
- Move Kalman Filter in ALERT engine
- Require/Read AHDC::track and AHDC::hits form AHDCEngine
- Remove redundant attributes in the object Track (delete everything with the _kf extension)
- Initialise the Kalmaan filter with Niter (number of iterations) and particle (PDGParticle type)
- Update AHDC::hits in ALERT engine after the Kalman Filter
…, make propagation public
|
Is this now loading the AHDC geometry twice? (Once in AHDC's engine and once in ALERT's) |
|
Yes. I noticed that there is something similar for the ATOF. I think it is one of the limitation of using three different engines. |
|
It's not a limitation of the 3 engines, but we can address it later if necessary. It's only memory:) |
|
The approve button seems to have disappeared since last week. Anyone else seeing the same? |