libtcspc.CountDataMapper

class libtcspc.CountDataMapper(numeric_traits=None)[source]

Bases: DataMapper

Data mapper that maps the count field to the datapoint value.

The mapped event must have a count field.

Parameters:

numeric_traits (NumericTraits or None) – Numeric traits specifying datapoint_type. Defaults to NumericTraits().

See also

tcspc::count_data_mapper

The underlying C++ data mapper.