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

Description

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

Event representing a cluster of data points binned for histogramming.

Typically the cluster represents some unit of data collection, such as a time interval or pixel.

Template Parameters
DataTypesdata type set specifying bin_index_type

Public Attributes

bucket< typename DataTypes::bin_index_type > bin_indices
 The bin indices for the datapoints in the cluster.

Friends

auto operator<< (std::ostream &s, bin_increment_cluster_event const &e) -> std::ostream &
 Stream insertion operator for bin_increment_cluster_event.
auto operator== (bin_increment_cluster_event const &lhs, bin_increment_cluster_event const &rhs) noexcept -> bool=default
 Equality comparison operator.

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