QGGraph.hh
Go to the documentation of this file.00001 #ifndef _QG_GRAPH_HH_
00002 #define _QG_GRAPH_HH_
00003
00011 #include "QGPlot.hh"
00012 #include "TGraph.h"
00013
00014 class QGGraph : public TGraph, public QGPlot {
00015 public:
00017 QGGraph();
00018
00020 QGGraph(const QGGraph&);
00021
00023 virtual ~QGGraph();
00024
00026 virtual const char *GetName() const;
00027
00029 virtual void Reset();
00030
00032 virtual void SetPoints(Int_t n, const Double_t *x, const Double_t *y);
00033
00034 private:
00035
00036 ClassDef(QGGraph, 0);
00037 };
00038
00039 #endif