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

#include <HistogramRegistry.h>

Concept definition

template<typename T, int dimensions>
concept o2::framework::ValidTProfile2D = std::same_as<T, TProfile2D> && (dimensions == 3 || dimensions == 4)

Detailed Description

Definition at line 64 of file HistogramRegistry.h.