ROOT
Version v6.34
master
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
▼
hist
doc
►
hbook
▼
hist
doc
▼
inc
►
Math
►
v5
►
Foption.h
►
HFitInterface.h
TAxis.h
TAxisModLab.h
TBackCompFitter.h
TBinomialEfficiencyFitter.h
TConfidenceLevel.h
►
TEfficiency.h
►
TF1.h
TF12.h
►
TF1AbsComposition.h
TF1Convolution.h
TF1NormSum.h
TF2.h
TF3.h
TFitResult.h
►
TFitResultPtr.h
TFormula.h
►
TFractionFitter.h
TGraph.h
TGraph2D.h
TGraph2DAsymmErrors.h
TGraph2DErrors.h
TGraphAsymmErrors.h
TGraphBentErrors.h
TGraphDelaunay.h
TGraphDelaunay2D.h
TGraphErrors.h
TGraphMultiErrors.h
TGraphSmooth.h
TGraphTime.h
►
TH1.h
TH1C.h
TH1D.h
TH1F.h
TH1I.h
►
TH1K.h
TH1L.h
TH1S.h
►
TH2.h
TH2C.h
TH2D.h
TH2F.h
TH2I.h
TH2L.h
TH2Poly.h
TH2S.h
TH3.h
TH3C.h
TH3D.h
TH3F.h
TH3I.h
TH3L.h
TH3S.h
►
THistRange.h
THLimitsFinder.h
►
THn.h
►
THnBase.h
►
THnChain.h
►
THnSparse.h
►
THnSparse_Internal.h
THStack.h
►
TKDE.h
TLimit.h
►
TLimitDataSource.h
TMultiDimFit.h
TMultiGraph.h
►
TNDArray.h
TPolyMarker.h
TPrincipal.h
►
TProfile.h
TProfile2D.h
TProfile2Poly.h
TProfile3D.h
TScatter.h
TSpline.h
TSVDUnfold.h
TVirtualFitter.h
TVirtualGraphPainter.h
TVirtualHistPainter.h
►
TVirtualPaveStats.h
►
src
►
histdrawv7
►
histpainter
►
histv7
►
spectrum
►
spectrumpainter
►
unfold
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-34-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
TVirtualPaveStats.h
Go to the documentation of this file.
1
// @(#)root/hist:$Id$
2
// Author: Rene Brun 31/08/99
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_TVirtualPaveStats
13
#define ROOT_TVirtualPaveStats
14
15
//////////////////////////////////////////////////////////////////////////
16
// //
17
// TVirtualPaveStats //
18
// //
19
// Abstract base class for PaveStats //
20
// //
21
//////////////////////////////////////////////////////////////////////////
22
23
24
#include "
Rtypes.h
"
25
26
class
TObject
;
27
28
class
TVirtualPaveStats
{
29
30
public
:
31
virtual
~TVirtualPaveStats
() =
default
;
32
33
virtual
TObject
*
GetParent
()
const
= 0;
34
virtual
void
SetParent
(
TObject
*) = 0;
35
36
ClassDef
(
TVirtualPaveStats
, 0)
//Abstract interface for TPaveStats
37
};
38
39
#endif
Rtypes.h
ClassDef
#define ClassDef(name, id)
Definition
Rtypes.h:342
TObject
Mother of all ROOT objects.
Definition
TObject.h:41
TVirtualPaveStats
Definition
TVirtualPaveStats.h:28
TVirtualPaveStats::GetParent
virtual TObject * GetParent() const =0
TVirtualPaveStats::SetParent
virtual void SetParent(TObject *)=0
TVirtualPaveStats::~TVirtualPaveStats
virtual ~TVirtualPaveStats()=default
hist
hist
inc
TVirtualPaveStats.h
ROOT tags/6-34-04 - Reference Guide Generated on Fri Mar 21 2025 04:40:00 (GVA Time) using Doxygen 1.10.0