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

#include <HistogramRegistry.h>

Concept definition

template<typename T, int dimensions>
concept o2::framework::ValidTProfile3D = std::same_as<T, TProfile3D> && (dimensions == 4 || dimensions == 5)

Detailed Description

Definition at line 61 of file HistogramRegistry.h.