|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event representing the final result of histogramming.
This event is emitted by the tcspc::histogram() processor once per accumulation (that is, before each reset or end of stream) to provide the accumulated result. The contained histogram covers only whole clusters; counts from any partial cluster are not included.
| DataTypes | data type set specifying bin_type |
Public Attributes | |
| bucket< typename DataTypes::bin_type > | data_bucket |
| The accumulated histogram. | |
Friends | |
| auto | operator<< (std::ostream &s, concluding_histogram_event const &e) -> std::ostream & |
| Stream insertion operator. | |
| auto | operator== (concluding_histogram_event const &lhs, concluding_histogram_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |