Generic bin coordinate and its human-readable label. More...
#include <include/CepGen/Utils/Drawable.h>
Public Member Functions | |
bool | operator< (const coord_t &oth) const |
Sorting helper for axis coordinates. | |
Public Attributes | |
double | value {0.} |
Bin central value. | |
double | value_unc = 0. |
Bin uncertainty. | |
std::string | label = "" |
Human-readable description of the bin. | |
Definition at line 80 of file Drawable.h.
bool operator< | ( | const coord_t & | oth | ) | const |
Definition at line 82 of file Drawable.h.
std::string label = "" |
Definition at line 85 of file Drawable.h.
double value {0.} |
Definition at line 83 of file Drawable.h.
double value_unc = 0. |
Definition at line 84 of file Drawable.h.