// @(#)root/hist:$Id$ // Author: Rene Brun, Olivier Couet 12/12/94 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * * * For the licensing terms see $ROOTSYS/LICENSE. * * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ #ifndef ROOT_TGraph #define ROOT_TGraph ////////////////////////////////////////////////////////////////////////// // // // TGraph // // // // Graph graphics class. // // // ////////////////////////////////////////////////////////////////////////// #include "TNamed.h" #include "TAttLine.h" #include "TAttFill.h" #include "TAttMarker.h" #include "TVectorFfwd.h" #include "TVectorDfwd.h" class TBrowser; class TAxis; class TH1; class TH1F; class TCollection; class TF1; class TSpline; #include "TFitResultPtr.h" class TGraph : public TNamed, public TAttLine, public TAttFill, public TAttMarker { protected: Int_t fMaxSize; ///