StRoot
1
|
Classes | |
class | iterator |
Public Member Functions | |
TGenericTable (const char *structName, const char *name) | |
TGenericTable (const char *structName, Int_t n) | |
TGenericTable (const char *structName, const char *name, Int_t n) | |
TGenericTable (const TTableDescriptor &dsc, const char *name) | |
TGenericTable (const TTableDescriptor &dsc, Int_t n) | |
TGenericTable (const TTableDescriptor &dsc, const char *name, Int_t n) | |
virtual | ~TGenericTable () |
destructor | |
char * | GetTable (Int_t i=0) const |
TTableDescriptor * | GetTableDescriptors () const |
protected: create a new TTableDescriptor descriptor for this table | |
TTableDescriptor * | GetRowDescriptors () const |
to be documented | |
char & | operator[] (Int_t i) |
const char & | operator[] (Int_t i) const |
iterator | begin () |
iterator | begin () const |
iterator | end () |
iterator | end () const |
Public Member Functions inherited from TTable | |
TTable (const char *name=0, Int_t size=0) | |
Default TTable ctor. | |
TTable (const char *name, Int_t n, Int_t size) | |
Create TTable object and set array size to n longs. | |
TTable (const char *name, Int_t n, Char_t *array, Int_t size) | |
Create TTable object and initialize it with values of array. | |
TTable (const char *name, const char *type, Int_t n, Char_t *array, Int_t size) | |
Create TTable object and initialize it with values of array. | |
TTable (const TTable &table) | |
Copy constructor. | |
TTable & | operator= (const TTable &rhs) |
virtual | ~TTable () |
Delete TTable object. | |
virtual void | Adopt (Int_t n, void *array) |
virtual Int_t | AddAt (const void *c) |
virtual void | AddAt (const void *c, Int_t i) |
virtual void | AddAt (TDataSet *dataset, Int_t idx=0) |
virtual Long_t | AppendRows (const void *row, UInt_t nRows) |
virtual void | AsString (void *buf, EColumnType type, Int_t width, std::ostream &out) const |
const void * | At (Int_t i) const |
Returns a pointer to the i-th row of the table. | |
virtual void | Browse (TBrowser *b) |
Wrap each table coulumn with TColumnView object to browse. | |
virtual void | CopySet (TTable &array) |
to be documented | |
Int_t | CopyRows (const TTable *srcTable, Long_t srcRow=0, Long_t dstRow=0, Long_t nRows=0, Bool_t expand=kFALSE) |
virtual void | DeleteRows (Long_t indx, UInt_t nRows=1) |
virtual void | Draw (Option_t *opt) |
virtual TH1 * | Draw (TCut varexp, TCut selection, Option_t *option="", Int_t nentries=1000000000, Int_t firstentry=0) |
virtual TH1 * | Draw (const char *varexp, const char *selection, Option_t *option="", Int_t nentries=1000000000, Int_t firstentry=0) |
void * | GetArray () const |
virtual TClass * | GetRowClass () const |
to be documented | |
Int_t | GetSize () const |
virtual Long_t | GetNRows () const |
Returns the number of the used rows for the wrapped table. | |
virtual Long_t | GetRowSize () const |
Returns the size (in bytes) of one table row. | |
virtual Long_t | GetTableSize () const |
Returns the number of the allocated rows. | |
virtual const Char_t * | GetType () const |
Returns the type of the wrapped C-structure kept as the TNamed title. | |
virtual void | Fit (const char *formula, const char *varexp, const char *selection="", Option_t *option="", Option_t *goption="", Int_t nentries=1000000000, Int_t firstentry=0) |
virtual Long_t | HasData () const |
virtual Long_t | InsertRows (const void *rows, Long_t indx, UInt_t nRows=1) |
virtual Bool_t | IsFolder () const |
Int_t | NaN () |
virtual Char_t * | MakeExpression (const Char_t *expressions[], Int_t nExpressions) |
virtual Char_t * | Print (Char_t *buf, Int_t n) const |
Create IDL table defintion (to be used for XDF I/O) | |
virtual void | Print (Option_t *opt="") const |
virtual const Char_t * | Print (Int_t row, Int_t rownumber=10, const Char_t *colfirst="", const Char_t *collast="") const |
virtual void | PrintContents (Option_t *opt="") const |
to be documented | |
virtual const Char_t * | PrintHeader () const |
Print general table inforamtion. | |
virtual void | Project (const char *hname, const char *varexp, const char *selection="", Option_t *option="", Int_t nentries=1000000000, Int_t firstentry=0) |
virtual Int_t | Purge (Option_t *opt="") |
Shrink the table to free the unused but still allocated rows. | |
void * | ReAllocate (Int_t newsize) |
void * | ReAllocate () |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". | |
virtual void | Set (Int_t n) |
Set array size of TTable object to n longs. If n<0 leave array unchanged. | |
virtual void | Set (Int_t n, Char_t *array) |
virtual void | SetNRows (Int_t n) |
virtual void | Reset (Int_t c=0) |
Fill the entire table with byte "c" ; / c=0 "be default" | |
virtual void | ResetMap (Bool_t wipe=kTRUE) |
virtual void | Update () |
to be documented | |
virtual void | Update (TDataSet *set, UInt_t opt=0) |
void * | operator[] (Int_t i) |
const void * | operator[] (Int_t i) const |
virtual Int_t | GetColumnIndex (const Char_t *columnName) const |
virtual const Char_t * | GetColumnName (Int_t columnIndex) const |
virtual const UInt_t * | GetIndexArray (Int_t columnIndex) const |
virtual UInt_t | GetNumberOfColumns () const |
virtual UInt_t | GetOffset (Int_t columnIndex) const |
virtual Int_t | GetOffset (const Char_t *columnName=0) const |
virtual UInt_t | GetColumnSize (Int_t columnIndex) const |
virtual Int_t | GetColumnSize (const Char_t *columnName=0) const |
virtual UInt_t | GetTypeSize (Int_t columnIndex) const |
virtual Int_t | GetTypeSize (const Char_t *columnName=0) const |
virtual UInt_t | GetDimensions (Int_t columnIndex) const |
virtual Int_t | GetDimensions (const Char_t *columnName=0) const |
virtual EColumnType | GetColumnType (Int_t columnIndex) const |
virtual EColumnType | GetColumnType (const Char_t *columnName=0) const |
virtual const Char_t * | GetColumnComment (Int_t columnIndex) const |
Get a comment from the table descriptor. | |
piterator | pbegin () |
piterator | pend () |
Public Member Functions inherited from TDataSet | |
TDataSet (const char *name="", TDataSet *parent=0, Bool_t arrayFlag=kFALSE) | |
TDataSet (const TDataSet &src, EDataSetPass iopt=kAll) | |
TDataSet (TNode &src) | |
This copy ctor has been depricated (left for thwe sake of the backweard compatibility) | |
virtual | ~TDataSet () |
std::cout << "Default destructor for " << GetName() << " - " << GetTitle() << std::endl; | |
virtual void | Add (TDataSet *dataset) |
virtual void | AddAtAndExpand (TDataSet *dataset, Int_t idx=0) |
virtual void | AddFirst (TDataSet *dataset) |
Add TDataSet object at the beginning of the dataset list of this dataset. | |
virtual void | AddLast (TDataSet *dataset) |
Add TDataSet object at the end of the dataset list of this dataset. | |
TDataSet * | At (Int_t idx) const |
virtual TObject * | Clone (const char *newname="") const |
the custom implementation fo the TObject::Clone | |
virtual TDataSet * | Find (const char *path) const |
virtual TDataSet * | FindByName (const char *name, const char *path="", Option_t *opt="") const |
virtual TDataSet * | FindByPath (const char *path) const |
Aliase for TDataSet::Find(const Char_t *path) method. | |
virtual TDataSet * | FindByTitle (const char *title, const char *path="", Option_t *opt="") const |
TObject * | FindObject (const char *name) const |
TObject * | FindObject (const TObject *o) const |
virtual TDataSet * | First () const |
Return the first object in the list. Returns 0 when list is empty. | |
TObjArray * | GetObjArray () const |
virtual TSeqCollection * | GetCollection () const |
TList * | GetList () const |
virtual Int_t | GetListSize () const |
TObject * | GetMother () const |
virtual TObject * | GetObject () const |
The depricated method (left here for the sake of the backward compatibility) | |
virtual TDataSet * | GetParent () const |
virtual TDataSet * | Instance () const |
virtual TString | Path () const |
return the full path of this data set | |
virtual EDataSetPass | Pass (EDataSetPass(*callback)(TDataSet *), Int_t depth=0) |
virtual EDataSetPass | Pass (EDataSetPass(*callback)(TDataSet *, void *), void *user, Int_t depth=0) |
virtual void | Remove (TDataSet *set) |
Remiove the "set" from this TDataSet. | |
virtual TDataSet * | RemoveAt (Int_t idx) |
virtual void | SetMother (TDataSet *parent=0) |
virtual void | SetObject (TObject *obj) |
The depricated method (left here for the sake of the backward compatibility) | |
virtual void | SetParent (TDataSet *parent=0) |
virtual void | SetWrite () |
virtual void | Shunt (TDataSet *newParent=0) |
virtual void | Sort () |
Sort recursively all members of the TDataSet with TList::Sort method. | |
virtual Bool_t | IsEmpty () const |
return kTRUE if the "internal" collection has no member | |
virtual Bool_t | IsMarked () const |
virtual Bool_t | IsThisDir (const char *dirname, int len=-1, int ignorecase=0) const |
virtual TDataSet * | Last () const |
Return the last object in the list. Returns 0 when list is empty. | |
virtual void | ls (Option_t *option="") const |
virtual void | ls (Int_t depth) const |
void | Mark () |
void | UnMark () |
void | MarkAll () |
Mark all members of this dataset. | |
void | UnMarkAll () |
UnMark all members of this dataset. | |
void | InvertAllMarks () |
Invert mark bit for all members of this dataset. | |
void | Mark (UInt_t flag, EBitOpt reset=kSet) |
virtual TDataSet * | Next () const |
virtual TDataSet * | Prev () const |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Protected Member Functions | |
virtual TTableDescriptor * | GetDescriptorPointer () const |
to be documented | |
virtual void | SetDescriptorPointer (TTableDescriptor *list) |
to be documented | |
void | SetGenericType () |
Protected Member Functions inherited from TTable | |
Bool_t | BoundsOk (const char *where, Int_t at) const |
Bool_t | OutOfBoundsError (const char *where, Int_t i) const |
Generate an out-of-bounds error. Always returns false. | |
void | CopyStruct (Char_t *dest, const Char_t *src) |
Char_t * | Create () |
virtual void | Clear (Option_t *opt="") |
virtual void | Delete (Option_t *opt="") |
virtual Bool_t | EntryLoop (const Char_t *exprFileName, Int_t &action, TObject *obj, Int_t nentries=1000000000, Int_t firstentry=0, Option_t *option="") |
Int_t | SetfN (Long_t len) |
to be documented | |
void | SetTablePointer (void *table) |
to be documented | |
void | SetUsedRows (Int_t n) |
virtual void | SetType (const char *const type) |
to be documented | |
void | StreamerHeader (TBuffer &b, Version_t version=3) |
Read "table parameters first". | |
void | StreamerTable (TBuffer &b, Version_t version=3) |
Stream an object of class TTable. | |
void | ReAlloc (Int_t newsize) |
The table is reallocated if it is an owner of the internal array. | |
Protected Member Functions inherited from TDataSet | |
virtual void | SetMother (TObject *mother) |
TDataSet (const char *name, const char *title) | |
void | AddMain (TDataSet *set) |
add data set to main data set | |
TDataSet * | GetRealParent () |
return real parent | |
void | MakeCollection () |
Create the internal container at once if any. | |
Protected Attributes | |
TTableDescriptor * | fColDescriptors |
Protected Attributes inherited from TTable | |
Long_t | fSize |
Int_t | fN |
Char_t * | fTable |
Long_t | fMaxIndex |
Protected Attributes inherited from TDataSet | |
TDataSet * | fParent |
TSeqCollection * | fList |
Additional Inherited Members | |
Public Types inherited from TTable | |
enum | EColumnType { kNAN, kFloat, kInt, kLong, kShort, kDouble, kUInt, kULong, kUShort, kUChar, kChar, kPtr, kBool, kEndColumnType } |
enum | ETableBits { kIsNotOwn = BIT(23) } |
Public Types inherited from TDataSet | |
enum | EDataSetPass { kContinue, kPrune, kStop, kUp, kStruct, kAll, kRefs, kMarked } |
enum | ESetBits { kMark = BIT(22), kArray = BIT(20) } |
enum | EBitOpt { kSet = kTRUE, kReset = kFALSE } |
Static Public Member Functions inherited from TTable | |
static TTable * | New (const Char_t *name, const Char_t *type, void *array, UInt_t size) |
This static method creates a new TTable object if provided. | |
static const char * | GetTypeName (EColumnType type) |
return table type name | |
static EColumnType | GetTypeId (const char *typeName) |
static const char * | TableDictionary () |
Static Public Member Functions inherited from TDataSet | |
static TDataSet * | GetMainSet () |
return pointer to the main dataset | |
static TDataSet * | instance () |
Static Public Attributes inherited from TTable | |
static const char * | fgTypeName [kEndColumnType] |
Static Protected Member Functions inherited from TTable | |
static const char * | TableDictionary (const char *className, const char *structName, TTableDescriptor *&ColDescriptors) |
Static Protected Member Functions inherited from TDataSet | |
static EDataSetPass | SortIt (TDataSet *ds) |
static EDataSetPass | SortIt (TDataSet *ds, void *user) |
Static Protected Attributes inherited from TDataSet | |
static TDataSet * | fgMainSet = &mainSet |
Definition at line 18 of file TGenericTable.h.
TGenericTable::TGenericTable | ( | const char * | structName, |
const char * | name | ||
) |
Create TGenericTable by C structure name provided:
dsc - Pointer to the table descriptor name - The name of this object n - The initial number of allocated rows
Definition at line 171 of file TGenericTable.cxx.
References TTableDescriptor::MakeDescriptor(), SetDescriptorPointer(), and TTableDescriptor::Sizeof().
TGenericTable::TGenericTable | ( | const char * | structName, |
Int_t | n | ||
) |
Create TGenericTable by C structure name provided:
dsc - Pointer to the table descriptor name - The name of this object n - The initial number of allocated rows
Definition at line 192 of file TGenericTable.cxx.
References TTableDescriptor::MakeDescriptor(), TTable::Set(), SetDescriptorPointer(), and TTableDescriptor::Sizeof().
TGenericTable::TGenericTable | ( | const char * | structName, |
const char * | name, | ||
Int_t | n | ||
) |
Create TGenericTable by C structure name provided:
dsc - Pointer to the table descriptor name - The name of this object n - The initial number of allocated rows
Definition at line 214 of file TGenericTable.cxx.
References TTableDescriptor::MakeDescriptor(), TTable::Set(), SetDescriptorPointer(), and TTableDescriptor::Sizeof().
TGenericTable::TGenericTable | ( | const TTableDescriptor & | dsc, |
const char * | name | ||
) |
Create TGenericTable by TTableDescriptor pointer:
dsc - Pointer to the table descriptor name - The name of this object
Definition at line 117 of file TGenericTable.cxx.
TGenericTable::TGenericTable | ( | const TTableDescriptor & | dsc, |
Int_t | n | ||
) |
Create TGenericTable by TTableDescriptor pointer:
dsc - Pointer to the table descriptor name - "TGenericTable" n - The initial number of allocated rows
Definition at line 134 of file TGenericTable.cxx.
References SetDescriptorPointer().
TGenericTable::TGenericTable | ( | const TTableDescriptor & | dsc, |
const char * | name, | ||
Int_t | n | ||
) |
Create TGenericTable by TTableDescriptor pointer:
dsc - Pointer to the table descriptor name - The name of this object n - The initial number of allocated rows
Definition at line 152 of file TGenericTable.cxx.
References SetDescriptorPointer().