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

#include <HistogramRegistry.h>

Concept definition

template<typename T, int dimensions>
concept o2::framework::ValidTProfile = std::same_as<T, TProfile> && (dimensions == 2 || dimensions == 3)

Detailed Description

Definition at line 67 of file HistogramRegistry.h.