cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
Drawable::coord_t Struct Reference

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.
 

Detailed Description

Definition at line 80 of file Drawable.h.

Member Function Documentation

◆ operator<()

bool operator< ( const coord_t & oth) const

Definition at line 82 of file Drawable.h.

Member Data Documentation

◆ label

std::string label = ""

Definition at line 85 of file Drawable.h.

◆ value

double value {0.}

Definition at line 83 of file Drawable.h.

◆ value_unc

double value_unc = 0.

Definition at line 84 of file Drawable.h.