Definition at line 38 of file HistogramsTests.cpp.
◆ ArithmeticType
◆ Category
◆ CustomAxis()
Gaudi::Accumulators::CustomAxis::CustomAxis |
( |
| ) |
|
|
default |
◆ index()
unsigned int Gaudi::Accumulators::CustomAxis::index |
( |
Category |
value | ) |
const |
|
inline |
◆ numBins()
unsigned int Gaudi::Accumulators::CustomAxis::numBins |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
CustomAxis const & |
axis |
|
) |
| |
|
friend |
Definition at line 53 of file HistogramsTests.cpp.
54 return o << axis.numBins() <<
" " << axis.minValue <<
" " << axis.maxValue;
◆ labels
std::vector<std::string> Gaudi::Accumulators::CustomAxis::labels { "Simple", "Complex", "Bad", "Wrong" } |
◆ maxValue
std::underlying_type_t<Category> Gaudi::Accumulators::CustomAxis::maxValue = 4 |
◆ minValue
std::underlying_type_t<Category> Gaudi::Accumulators::CustomAxis::minValue = 0 |
◆ title
std::string Gaudi::Accumulators::CustomAxis::title { "Category" } |
The documentation for this struct was generated from the following file: