TUtilHist
class description - source file - inheritance tree
public:
TUtilHist TUtilHist()
TUtilHist TUtilHist(const TUtilHist&)
virtual void ~TUtilHist()
static TClass* Class()
virtual void InitStandardFunctions()
virtual TClass* IsA() const
virtual void PaintMatrix(TMatrix& m, Option_t* option)
virtual void PaintMatrix(TMatrixD& m, Option_t* option)
virtual void PaintVector(TVector& v, Option_t* option)
virtual void PaintVector(TVectorD& v, Option_t* option)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
misc histogram utilities
The functions in this class are called via the TPluginManager.
see TVirtualUtilHist.h for more information .
TUtilHist() :TVirtualUtilHist()
note that this object is automatically added to the gROOT list of specials
in the TVirtualUtilHist constructor.
~TUtilHist()
void InitStandardFunctions()
to intialize the list of standard functions (poln, gaus, expo, landau)
void PaintMatrix(TMatrix &m, Option_t *option)
to draw a TMatrix using a TH2F
void PaintMatrix(TMatrixD &m, Option_t *option)
to draw a TMatrixD using a TH2D
void PaintVector(TVector &v, Option_t *option)
to draw a TVector using a TH1F
void PaintVector(TVectorD &v, Option_t *option)
to draw a TVectorD using a TH1D
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TUtilHist TUtilHist(const TUtilHist&)
Author: Rene Brun 14/09/2002
Last update: root/hist:$Name: $:$Id: TUtilHist.cxx,v 1.2 2002/09/15 19:48:47 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.