Diana Software
QGHistogramEditWindow.hh
Go to the documentation of this file.
1 #ifndef _QG_HISTOGRAM_EDIT_WINDOW_HH_
2 #define _QG_HISTOGRAM_EDIT_WINDOW_HH_
3 
11 #include "QGHistogram.hh"
12 #include "QGPlotEditWindow.hh"
13 
15 class QGPlot;
16 
18 public:
20  QGHistogramEditWindow(const TGWindow *p = 0, UInt_t w = 280, UInt_t h = 450);
21 
23  virtual ~QGHistogramEditWindow();
24 
27 
30 
32  QGPlot *GetPlot() {return fHistogram;}
33 
35  void SetPlot(QGPlot *plot);
36 
39 
40 private:
43 
46 
47  ClassDef(QGHistogramEditWindow, 0)
48 };
49 
50 #endif
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.
Definition: QGHistogram.hh:19
Base class for plot edit windows.
Base class for GUI plots including histograms, scatter plots, pulses, and graphical cuts.
Definition: QGPlot.hh:21