ROOT
v6-20
Reference Guide
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 = 0,
Int_t
id
= -1,
TTree
*
tree
= 0,
27
const
char
*expression = 0,
const
char
*selection = 0,
28
const
char
*option = 0,
UInt_t
nrows = 50,
UInt_t
ncolumns = 10);
29
~TGTreeTable
();
30
31
ClassDef
(
TGTreeTable
, 0)
// A TGTable that owns it's TTreeTableIngeface.
32
};
33
34
#endif
Int_t
int Int_t
Definition:
RtypesCore.h:41
UInt_t
unsigned int UInt_t
Definition:
RtypesCore.h:42
ClassDef
#define ClassDef(name, id)
Definition:
Rtypes.h:326
TGTable.h
TGTable
Definition:
TGTable.h:34
TGTreeTable
TGTreeTable is a TGTable that owns it's own interface.
Definition:
TGTreeTable.h:18
TGTreeTable::TGTreeTable
TGTreeTable(TGWindow *p=0, Int_t id=-1, TTree *tree=0, const char *expression=0, const char *selection=0, const char *option=0, UInt_t nrows=50, UInt_t ncolumns=10)
TGTreeTable constructor.
Definition:
TGTreeTable.cxx:42
TGTreeTable::fTree
TTree * fTree
Definition:
TGTreeTable.h:21
TGTreeTable::~TGTreeTable
~TGTreeTable()
TGTreeTable destructor.
Definition:
TGTreeTable.cxx:56
TGWindow
Definition:
TGWindow.h:32
TTree
A TTree represents a columnar dataset.
Definition:
TTree.h:72
tree
Definition:
tree.py:1
tree
treeviewer
inc
TGTreeTable.h
ROOT v6-20 - Reference Guide Generated on Fri Apr 1 2022 00:23:36 (GVA Time) using Doxygen 1.9.4