1 #ifndef _QGUISCATTERPLOT_HH_
2 #define _QGUISCATTERPLOT_HH_
28 std::string
Dump()
const;
Scatter plot data for GUI session.
~QGuiScatterPlot()
Default destructor.
void SetCut(std::string cut)
Set cut.
QGuiScatterPlot()
Default constructor.
std::string Dump() const
Dump to string to write to session file.
std::vector< std::string > fCuts
Cuts.
void SetYVariable(std::string y)
Set y-variable.
void SetXVariable(std::string x)
Set x-variable.
std::string fYVariable
y-variable
std::string fXVariable
x-variable
Base class for GUI session objects like histograms and scatter plots.
Class to generate session files for the GUI from a Diana module.