#define ClassDef(name, id)
Implement some of the functionality of the class TTree requiring access to extra libraries (Histogram...
Class defining interface to a TTree query result with the same interface as for SQL databases.
Class defining interface to a row of a TTree query result.
TTreeRow(const TTreeRow &)
Int_t fColumnCount
number of columns in row
const char * GetField(Int_t field)
Get specified field from row (0 <= field < GetFieldCount()).
Int_t * fFields
[fColumnCount] index in fRow of the end of each field
void SetRow(const Int_t *fields, const char *row)
The field and row information.
TTreeRow * fOriginal
! pointer to original row
virtual ~TTreeRow()
Destroy row object.
char * fRow
string with all the fColumnCount fields
TTreeRow & operator=(const TTreeRow &)
TTreeRow()
Single row of a query result.
void Close(Option_t *option="")
Close row.
Bool_t IsValid(Int_t field)
Check if row is open and field index within range.
ULong_t GetFieldLength(Int_t field)
Get length in bytes of specified field.