cbmreco: Integrate TOF Hitfinder.
Integrate TOF Hitfinder:
- Changed return type to
PartitionedVector
- Renamed TofCluster to
tof::Hit
- Pass tof Hits to tracking
@d.smith: Didn't touch the algorithm itself. But made some other changes. In particular changed the return type of the Hitfinder to easier integrate with tracking. There were also some Digis with weird RPCs. Those crashed the DigiCalibration. I added some checks to turn this into monitoring errors instead.
@s.zharko: Makes tof::Hits available to tracking. I tried to integrate into the tracker interface. It works in the sense that it compiles and doesn't crash. But doesn't find any tracks yet. Would appreciate if you could have a short look at my changes there before merging. Also there is now PartitionedSpan
. Relates to PartitionedVector
like std::span
relates to std::vector
and should be preffered for inputs. Makes things a bit easier.
Merge request reports
Activity
added Online Reconstruction labels
requested review from @d.smith
assigned to @fweig
added 3 commits
-
2e7baa33...b9b9d6df - 2 commits from branch
computing:master
- d180aac2 - cbmreco: Integrate TOF Hitfinder.
-
2e7baa33...b9b9d6df - 2 commits from branch
added 2 commits
@fweig, thank you for providing with the TOF hits. Tracking works improperly on this stage, because tracking station indices for TOF hits are still undefined, and the ca.par file is outdated. Everything of that I will fix in the !1414 (merged) after you merge this merge request
enabled an automatic merge when the pipeline for e1b50c83 succeeds
mentioned in merge request !1428 (merged)
Dear @f.uhlig, @v.friese, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label