31 const char *expression,
const char *selection,
33 :
TGTable(p,
id, nullptr, nrows, ncolumns)
int Int_t
Signed integer 4 bytes (int).
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int).
virtual void SetInterface(TVirtualTableInterface *interface, UInt_t nrows=50, UInt_t ncolumns=20)
Set the interface that the TGTable uses to interface.
virtual void Update()
Update the range of the available data and refresh the current view.
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.
TTreeTableInterface is used to interface to data that is stored in a TTree.
A TTree represents a columnar dataset.