1 #ifndef _QG_HISTOGRAM_EDIT_WINDOW_HH_
2 #define _QG_HISTOGRAM_EDIT_WINDOW_HH_
Class for histogram edit window.
QGHistogramEditWindow(const TGWindow *p=0, UInt_t w=280, UInt_t h=450)
Constructor.
QGHistogramParametersFrame * fHistogramParametersFrame
Histogram parameters frame.
QGHistogram * fHistogram
Pointer to QGHistogram.
QGHistogramParametersFrame * GetHistogramParametersFrame()
Get pointer to histogram parameters frame.
virtual ~QGHistogramEditWindow()
Destructor.
void ShowHistogramParametersFrame()
Show parameters frame.
void FillVariablesDropDownBoxes()
Fill drop down boxes with variables from the chain.
QGPlot * GetPlot()
Get pointer to the histogram.
void SetPlot(QGPlot *plot)
Set pointer to plot.
Part of a histogram edit window for inputting parameters.
Class for GUI histograms.
Base class for plot edit windows.
Base class for GUI plots including histograms, scatter plots, pulses, and graphical cuts.