![]() |
The Gaudi Framework
v39r2 (37c0b60a)
|
Public Types | |
using | Category = Gaudi::Tests::Histograms::CustomAxis::Category |
using | ArithmeticType = Category |
Public Member Functions | |
CustomAxis ()=default | |
unsigned int | numBins () const |
number of bins for this Axis More... | |
unsigned int | index (Category value) const |
Public Attributes | |
std::underlying_type_t< Category > | minValue = 0 |
min and max values on this axis More... | |
std::underlying_type_t< Category > | maxValue = 4 |
std::string | title { "Category" } |
title of this axis More... | |
std::vector< std::string > | labels { "Simple", "Complex", "Bad", "Wrong" } |
labels for the bins More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, CustomAxis const &axis) |
Definition at line 38 of file HistogramsTests.cpp.
Definition at line 40 of file HistogramsTests.cpp.
Definition at line 39 of file HistogramsTests.cpp.
|
default |
|
inline |
Definition at line 52 of file HistogramsTests.cpp.
|
inline |
|
friend |
Definition at line 53 of file HistogramsTests.cpp.
std::vector<std::string> Gaudi::Accumulators::CustomAxis::labels { "Simple", "Complex", "Bad", "Wrong" } |
labels for the bins
Definition at line 50 of file HistogramsTests.cpp.
std::underlying_type_t<Category> Gaudi::Accumulators::CustomAxis::maxValue = 4 |
Definition at line 46 of file HistogramsTests.cpp.
std::underlying_type_t<Category> Gaudi::Accumulators::CustomAxis::minValue = 0 |
min and max values on this axis
Definition at line 46 of file HistogramsTests.cpp.
std::string Gaudi::Accumulators::CustomAxis::title { "Category" } |
title of this axis
Definition at line 48 of file HistogramsTests.cpp.