Skip to content
Snippets Groups Projects

FairSource for the timeslice-based reconstruction output in the online binary

Merged Sergei Zharko requested to merge s.zharko/cbmroot:inspect-reco-timeslices into master
Files
23
@@ -156,7 +156,7 @@ namespace cbm::algo
void EnsureDimensions() const
{
if (fOffsets.size() - 1 != fAdresses.size()) {
throw std::runtime_error("PartitionedSpan: fOffsets.size() != fAdresses.size()");
throw std::runtime_error("PartitionedSpan: fOffsets.size() - 1 != fAdresses.size()");
}
if (fOffsets.front() != 0) throw std::runtime_error("PartitionedSpan: fOffsets.front() != 0");
if (fOffsets.back() != fData.size()) {
Loading