cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Drawable::coord_t Struct Reference

Generic bin coordinate and its human-readable label. More...

#include <CepGen/Utils/Drawable.h>

+ Collaboration diagram for Drawable::coord_t:

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 87 of file Drawable.h.

Member Function Documentation

◆ operator<()

bool operator< ( const coord_t oth) const

Definition at line 89 of file Drawable.h.

Member Data Documentation

◆ label

std::string label = ""

Definition at line 92 of file Drawable.h.

◆ value

double value {0.}

Definition at line 90 of file Drawable.h.

◆ value_unc

double value_unc = 0.

Definition at line 91 of file Drawable.h.