Histogram data for GUI session.
More...
|
| std::string | Dump () const |
| | Dump to string to write to session file. More...
|
| |
Histogram data for GUI session.
Definition at line 13 of file QGuiHistogram.hh.
◆ QGuiHistogram()
| QGuiHistogram::QGuiHistogram |
( |
| ) |
|
◆ ~QGuiHistogram()
| QGuiHistogram::~QGuiHistogram |
( |
| ) |
|
◆ Dump()
| string QGuiHistogram::Dump |
( |
| ) |
const |
|
privatevirtual |
Dump to string to write to session file.
Reimplemented from QGuiSessionItem.
Definition at line 49 of file QGuiHistogram.cc.
References BIN_WIDTH_KEY, CUT_KEY, fBinWidth, fCuts, QGuiSessionItem::fName, fNumberOfBins, fXMax, fXMin, fXVariable, HISTOGRAM_KEY, MAX_KEY, MIN_KEY, NAME_KEY, NUMBER_OF_BINS_KEY, and X_VARIABLE_KEY.
◆ SetBinWidth()
| void QGuiHistogram::SetBinWidth |
( |
double |
width | ) |
|
◆ SetCut()
| void QGuiHistogram::SetCut |
( |
const std::string & |
cut | ) |
|
|
inline |
◆ SetNumberOfBins()
| void QGuiHistogram::SetNumberOfBins |
( |
int |
nbins | ) |
|
◆ SetXMax()
| void QGuiHistogram::SetXMax |
( |
double |
xmax | ) |
|
◆ SetXMin()
| void QGuiHistogram::SetXMin |
( |
double |
xmin | ) |
|
◆ SetXVariable()
| void QGuiHistogram::SetXVariable |
( |
const std::string & |
x | ) |
|
|
inline |
◆ QGuiSession
◆ fBinWidth
| std::string QGuiHistogram::fBinWidth |
|
private |
◆ fCuts
| std::vector<std::string> QGuiHistogram::fCuts |
|
private |
◆ fNumberOfBins
| std::string QGuiHistogram::fNumberOfBins |
|
private |
◆ fXMax
| std::string QGuiHistogram::fXMax |
|
private |
◆ fXMin
| std::string QGuiHistogram::fXMin |
|
private |
◆ fXVariable
| std::string QGuiHistogram::fXVariable |
|
private |
The documentation for this class was generated from the following files: