CepGen 1.2.5
Central exclusive processes event generator
|
Generic bin coordinate and its human-readable label. More...
#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 87 of file Drawable.h.
bool operator< | ( | const coord_t & | oth | ) | const |
Definition at line 89 of file Drawable.h.
std::string label = "" |
Definition at line 92 of file Drawable.h.
double value {0.} |
Definition at line 90 of file Drawable.h.
double value_unc = 0. |
Definition at line 91 of file Drawable.h.