More Flexible Inputs to PrKalmanFilter
Makes use of new common hit class LHCb::Pr::Hits
that is templated in HitType
. This is useful to avoid passing all hit containers to the PrKalmanFilter
even when fitting a track that only has hits from one of them. Thus with this MR PrKalmanFilter
accepts only hit containers needed to fit a track type. Other changes are mostly fixing includes that changed because of changes in LHCb and removing LHCb::Pr::UT::HitHandler
.
Related to #303
Goes with LHCb!3473 (merged), Allen!818 (merged) and Moore!1456 (merged)
Edited by Andre Gunther
Merge request reports
Activity
added RTA Tracking enhancement labels
assigned to @gunther
mentioned in merge request Moore!1456 (merged)
added 27 commits
-
16d80b86...e4c3ff34 - 4 commits from branch
master
- 151cc598 - prefer LHCb::Algorithm
- c8fb4f6a - elude static checks for seed tracks
- 4acd4b09 - provide up and downstream seeds
- 02626a4a - provide an output track
- 19eb6725 - add states to fitted seed track
- 71978648 - be more consistent with algo name
- 5a843582 - states look good
- eb18e493 - support seed tracks in tool
- 6ad203a6 - remove mactro for old-style toolbinder
- 436b96c1 - put seed in tool example
- 2165e599 - always fail compilation when track not supported
- 8e48fdc0 - support v1 ttrack in tool
- 35529c4b - additional info
- 55157d7c - additional info
- cdfd2bf4 - specialise unify hits
- d5af65f6 - use in PrKF
- da702ac4 - Pr::Hits
- ecd39c73 - adapt to Pr::Hits
- 91147b8e - move namespaces
- 31d6bf0b - move to HitType everywhere
- 1d1da821 - move algo to HitType template
- e3f532f9 - expand KeyValues
- 53f1301f - fix copywrite
Toggle commit list-
16d80b86...e4c3ff34 - 4 commits from branch
mentioned in merge request LHCb!3473 (merged)
mentioned in merge request Allen!818 (merged)
Please register or sign in to reply