1 #ifndef _QG_SCATTER_PLOT_EDIT_WINDOW_HH_
2 #define _QG_SCATTER_PLOT_EDIT_WINDOW_HH_
Base class for plot edit windows.
Base class for GUI plots including histograms, scatter plots, pulses, and graphical cuts.
Class for scatter plot edit window.
void SetPlot(QGPlot *plot)
Set pointer to the scatter plot.
QGScatterPlotParametersFrame * GetScatterPlotParametersFrame()
Get pointer to the scatter plot parameters frame.
virtual ~QGScatterPlotEditWindow()
Destructor.
QGPlot * GetPlot()
Get pointer to the scatter plot.
QGScatterPlot * fScatterPlot
Pointer to QGScatterPlot.
QGScatterPlotParametersFrame * fScatterPlotParametersFrame
Scatter plot parameters frame.
QGScatterPlotEditWindow(const TGWindow *p=0, UInt_t w=280, UInt_t h=450)
Constructor.
void FillVariablesDropDownBoxes()
Fill drop down boxes with variables from the chain.
void ShowScatterPlotParametersFrame()
Show parameters frame.
Part of a scatter plot edit window for inputting parameters.
Class for GUI scatter plots.