Skip to content
Snippets Groups Projects
Commit fd87d9fc authored by Dominik Smith's avatar Dominik Smith
Browse files

- Separated TRD hit merging from hit finding.

- Moved HitFactory2D class to dedicated file.
- Parallelized the entire chain "cluster finding -> hit finding -> hit merging"
  by row index. Merging is done in parallel between pairs of neighboring rows,
  using even-odd partitioning (fully supported for 2D, interface supplied for 1D).
- Cleaned up TRD reconstruction classes and fixed several warnings.
parent 4df4b298
No related branches found
No related tags found
1 merge request!1823Row-parallelization of entire TRD hit reconstruction.
Showing
with 1394 additions and 1000 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment