libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::concluding_histogram_event< DataTypes > Struct Template Reference

Description

template<typename DataTypes = default_data_types>
struct tcspc::concluding_histogram_event< DataTypes >

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.

Template Parameters
DataTypesdata 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.

The documentation for this struct was generated from the following file: