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.