Project
Loading...
Searching...
No Matches
o2::framework::FillValue Concept Reference

#include <HistogramRegistry.h>

Concept definition

template<typename T>
concept o2::framework::FillValue = std::is_integral_v<T> || std::is_floating_point_v<T> || std::is_enum_v<T>

Detailed Description

Static helper class to fill root histograms of any type. Contains functionality to fill once per call or a whole (filtered) table at once.

Definition at line 49 of file HistogramRegistry.h.