Skip to content
Snippets Groups Projects
  • Dominik Smith's avatar
    fd87d9fc
    - Separated TRD hit merging from hit finding. · fd87d9fc
    Dominik Smith authored
    - 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.
    fd87d9fc
    History
    - Separated TRD hit merging from hit finding.
    Dominik Smith authored
    - 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.