11#ifndef ROOT_TGTreeTable
12#define ROOT_TGTreeTable
27 const char *expression =
nullptr,
const char *selection =
nullptr,
28 const char *option =
nullptr,
UInt_t nrows = 50,
UInt_t ncolumns = 10);
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
#define ClassDefOverride(name, id)
TGTable(const TGWindow *p=nullptr, Int_t id=0, TVirtualTableInterface *interface=nullptr, UInt_t nrows=50, UInt_t ncolumns=20)
TGTable constuctor.
~TGTreeTable() override
TGTreeTable destructor.
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.
ROOT GUI Window base class.
A TTree represents a columnar dataset.