- Added online capable TRD hitfinders (1D and 2D) in cbm::algo.
- Added ROOT-free implementations of CbmTrdCluster and CbmTrdHit. - Added class CbmTaskTrdHitFinder as wrapper for new hitfinders. - Added class CbmTaskTrdHitFinderParWrite to produce YAML input files. - Added example macro trd_hitfinder_run.C in beamtime/mcbm2022 folder to run new hitfinder. - Added a required getter function to CbmTrdParModGeo.h. - Updated CMakeLists and LinkDef files to enable compilation.
Showing
- algo/CMakeLists.txt 9 additions, 0 deletionsalgo/CMakeLists.txt
- algo/detectors/trd/Cluster.cxx 24 additions, 0 deletionsalgo/detectors/trd/Cluster.cxx
- algo/detectors/trd/Cluster.h 85 additions, 0 deletionsalgo/detectors/trd/Cluster.h
- algo/detectors/trd/Cluster2D.cxx 149 additions, 0 deletionsalgo/detectors/trd/Cluster2D.cxx
- algo/detectors/trd/Cluster2D.h 174 additions, 0 deletionsalgo/detectors/trd/Cluster2D.h
- algo/detectors/trd/Clusterizer.cxx 203 additions, 0 deletionsalgo/detectors/trd/Clusterizer.cxx
- algo/detectors/trd/Clusterizer.h 57 additions, 0 deletionsalgo/detectors/trd/Clusterizer.h
- algo/detectors/trd/Clusterizer2D.cxx 119 additions, 0 deletionsalgo/detectors/trd/Clusterizer2D.cxx
- algo/detectors/trd/Clusterizer2D.h 52 additions, 0 deletionsalgo/detectors/trd/Clusterizer2D.h
- algo/detectors/trd/DigiRec.cxx 123 additions, 0 deletionsalgo/detectors/trd/DigiRec.cxx
- algo/detectors/trd/DigiRec.h 79 additions, 0 deletionsalgo/detectors/trd/DigiRec.h
- algo/detectors/trd/Hit.cxx 83 additions, 0 deletionsalgo/detectors/trd/Hit.cxx
- algo/detectors/trd/Hit.h 172 additions, 0 deletionsalgo/detectors/trd/Hit.h
- algo/detectors/trd/HitFinder.cxx 233 additions, 0 deletionsalgo/detectors/trd/HitFinder.cxx
- algo/detectors/trd/HitFinder.h 68 additions, 0 deletionsalgo/detectors/trd/HitFinder.h
- algo/detectors/trd/HitFinder2D.cxx 934 additions, 0 deletionsalgo/detectors/trd/HitFinder2D.cxx
- algo/detectors/trd/HitFinder2D.h 242 additions, 0 deletionsalgo/detectors/trd/HitFinder2D.h
- algo/detectors/trd/HitFinder2DPars.h 33 additions, 0 deletionsalgo/detectors/trd/HitFinder2DPars.h
- algo/detectors/trd/HitFinderPars.h 33 additions, 0 deletionsalgo/detectors/trd/HitFinderPars.h
- algo/detectors/trd/Hitfind.cxx 138 additions, 0 deletionsalgo/detectors/trd/Hitfind.cxx
Loading
Please register or sign in to comment