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
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
▼
tree
►
dataframe
►
ntuple
►
ntupleutil
►
readspeed
►
tree
►
treeplayer
▼
treeviewer
▼
inc
►
HelpTextTV.h
►
TGTreeTable.h
►
TParallelCoord.h
►
TParallelCoordEditor.h
►
TParallelCoordRange.h
►
TParallelCoordVar.h
►
TSpider.h
►
TSpiderEditor.h
►
TTreeViewer.h
►
TTVLVContainer.h
►
TTVSession.h
►
src
►
webviewer
►
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
TGTreeTable.h
Go to the documentation of this file.
1
// Author: Roel Aaij 30/08/2007
2
3
/*************************************************************************
4
* Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
5
* All rights reserved. *
6
* *
7
* For the licensing terms see $ROOTSYS/LICENSE. *
8
* For the list of contributors see $ROOTSYS/README/CREDITS. *
9
*************************************************************************/
10
11
#ifndef ROOT_TGTreeTable
12
#define ROOT_TGTreeTable
13
14
#include "
TGTable.h
"
15
16
class
TTree
;
17
18
class
TGTreeTable
:
public
TGTable
{
19
20
private
:
21
TTree
*
fTree
;
// Pointer to the tree
22
23
protected
:
24
25
public
:
26
TGTreeTable
(
TGWindow
*
p
=
nullptr
,
Int_t
id
= -1,
TTree
*tree =
nullptr
,
27
const
char
*expression =
nullptr
,
const
char
*
selection
=
nullptr
,
28
const
char
*
option
=
nullptr
,
UInt_t
nrows
= 50,
UInt_t
ncolumns
= 10);
29
~TGTreeTable
()
override
;
30
31
ClassDefOverride
(
TGTreeTable
, 0)
// A TGTable that owns it's TTreeTableIngeface.
32
};
33
34
#endif
ClassDefOverride
#define ClassDefOverride(name, id)
Definition
Rtypes.h:346
TGTable.h
p
winID h TVirtualViewer3D TVirtualGLPainter p
Definition
TGWin32VirtualGLProxy.cxx:51
option
Option_t Option_t option
Definition
TGWin32VirtualXProxy.cxx:44
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TGTable
Create an array to hold a bunch of numbers.
Definition
TGTable.h:34
TGTreeTable
TGTreeTable is a TGTable that owns it's own interface.
Definition
TGTreeTable.h:18
TGTreeTable::fTree
TTree * fTree
Definition
TGTreeTable.h:21
TGTreeTable::~TGTreeTable
~TGTreeTable() override
TGTreeTable destructor.
Definition
TGTreeTable.cxx:45
TGTreeTable::TGTreeTable
TGTreeTable(TGWindow *p=nullptr, Int_t id=-1, TTree *tree=nullptr, const char *expression=nullptr, const char *selection=nullptr, const char *option=nullptr, UInt_t nrows=50, UInt_t ncolumns=10)
TGTreeTable constructor.
Definition
TGTreeTable.cxx:31
TGWindow
ROOT GUI Window base class.
Definition
TGWindow.h:23
TTree
A TTree represents a columnar dataset.
Definition
TTree.h:79
int
unsigned int
tree
treeviewer
inc
TGTreeTable.h
ROOT v6-34 - Reference Guide Generated on Sat Apr 12 2025 16:37:48 (GVA Time) using Doxygen 1.10.0