void SetRow(const Int_t *fields, const char *row)
The field and row information. 
 
TTreeRow & operator=(const TTreeRow &)
 
const char * GetField(Int_t field)
Get specified field from row (0 <= field < GetFieldCount()). 
 
Class defining interface to a row of a TTree query result. 
 
#define ClassDef(name, id)
 
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. 
 
TTreeRow()
Single row of a query result. 
 
virtual ~TTreeRow()
Destroy row object. 
 
Class defining interface to a TTree query result with the same interface as for SQL databases...
 
Int_t * fFields
[fColumnCount] index in fRow of the end of each field 
 
Int_t fColumnCount
number of columns in row 
 
char * fRow
string with all the fColumnCount fields 
 
TTreeRow * fOriginal
! pointer to original row 
 
Implement some of the functionality of the class TTree requiring access to extra libraries (Histogram...