|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Error thrown when a histogram bin overflows.
This error is thrown when the tcspc::error_on_overflow_t policy was requested and there was an overflow. It is also thrown when tcspc::reset_on_overflow_t was requested but a reset would result in an infinite loop: in the case of tcspc::histogram() when maximum-per-bin is set to 0, or tcspc::scan_histograms() when a single batch contains enough increments to overflow a bin.
Inherits std::runtime_error.