|
| std::underlying_type_t< Category > | minValue = 0 |
| | min and max values on this axis
|
| |
| std::underlying_type_t< Category > | maxValue = 4 |
| |
| std::string | title { "Category" } |
| | title of this axis
|
| |
| std::vector< std::string > | labels { "Simple", "Complex", "Bad", "Wrong" } |
| | labels for the bins
|
| |
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.
53 {
54 return o << axis.numBins() << " " << axis.minValue << " " << axis.maxValue;
55 }
◆ labels
| std::vector<std::string> Gaudi::Accumulators::CustomAxis::labels { "Simple", "Complex", "Bad", "Wrong" } |
labels for the bins
Definition at line 50 of file HistogramsTests.cpp.
50{ "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: