- 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
Showing
- algo/CMakeLists.txt 3 additions, 0 deletionsalgo/CMakeLists.txt
- algo/detectors/trd/Cluster2D.cxx 38 additions, 1 deletionalgo/detectors/trd/Cluster2D.cxx
- algo/detectors/trd/Cluster2D.h 14 additions, 0 deletionsalgo/detectors/trd/Cluster2D.h
- algo/detectors/trd/Clusterizer.cxx 0 additions, 2 deletionsalgo/detectors/trd/Clusterizer.cxx
- algo/detectors/trd/Clusterizer2D.cxx 2 additions, 0 deletionsalgo/detectors/trd/Clusterizer2D.cxx
- algo/detectors/trd/DigiRec.h 4 additions, 5 deletionsalgo/detectors/trd/DigiRec.h
- algo/detectors/trd/Hit.cxx 0 additions, 21 deletionsalgo/detectors/trd/Hit.cxx
- algo/detectors/trd/Hit.h 0 additions, 2 deletionsalgo/detectors/trd/Hit.h
- algo/detectors/trd/HitFactory2D.cxx 328 additions, 0 deletionsalgo/detectors/trd/HitFactory2D.cxx
- algo/detectors/trd/HitFactory2D.h 137 additions, 0 deletionsalgo/detectors/trd/HitFactory2D.h
- algo/detectors/trd/HitFinder.cxx 6 additions, 12 deletionsalgo/detectors/trd/HitFinder.cxx
- algo/detectors/trd/HitFinder.h 4 additions, 1 deletionalgo/detectors/trd/HitFinder.h
- algo/detectors/trd/HitFinder2D.cxx 71 additions, 724 deletionsalgo/detectors/trd/HitFinder2D.cxx
- algo/detectors/trd/HitFinder2D.h 9 additions, 158 deletionsalgo/detectors/trd/HitFinder2D.h
- algo/detectors/trd/HitMerger.cxx 21 additions, 0 deletionsalgo/detectors/trd/HitMerger.cxx
- algo/detectors/trd/HitMerger.h 43 additions, 0 deletionsalgo/detectors/trd/HitMerger.h
- algo/detectors/trd/HitMerger2D.cxx 520 additions, 0 deletionsalgo/detectors/trd/HitMerger2D.cxx
- algo/detectors/trd/HitMerger2D.h 97 additions, 0 deletionsalgo/detectors/trd/HitMerger2D.h
- algo/detectors/trd/Hitfind.cxx 89 additions, 74 deletionsalgo/detectors/trd/Hitfind.cxx
- algo/detectors/trd/Hitfind.h 8 additions, 0 deletionsalgo/detectors/trd/Hitfind.h
Loading
Please register or sign in to comment