library: libHist #include "TUtilHist.h" |
TUtilHist
class description - source file - inheritance tree (.pdf)
public:
TUtilHist()
TUtilHist(const TUtilHist&)
virtual ~TUtilHist()
static TClass* Class()
virtual void InitStandardFunctions()
virtual TClass* IsA() const
TUtilHist& operator=(const TUtilHist&)
virtual void PaintMatrix(const TMatrixFBase& m, Option_t* option)
virtual void PaintMatrix(const TMatrixDBase& m, Option_t* option)
virtual void PaintVector(const TVectorF& v, Option_t* option)
virtual void PaintVector(const 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(const TMatrixFBase &m, Option_t *option)
to draw a TMatrixFBase using a TH2F
void PaintMatrix(const TMatrixDBase &m, Option_t *option)
to draw a TMatrixDBase using a TH2D
void PaintVector(const TVectorF &v, Option_t *option)
to draw a TVectorF using a TH1F
void PaintVector(const 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&)
TUtilHist& operator=(const TUtilHist&)
Author: Rene Brun 14/09/2002
Last update: root/hist:$Name: $:$Id: TUtilHist.cxx,v 1.3 2004/01/25 20:33:32 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.