#include <TChair.h>
Inheritance diagram for TChair:
Public Member Functions | |
TChair (TTable *table) | |
TChair (const TChair &org) | |
virtual | ~TChair () |
virtual void | Adopt (Int_t n, void *array) |
virtual void | AddAt (TDataSet *dataset, Int_t idx) |
virtual void | AddAt (const void *c, Int_t i) |
const void * | At (Int_t i) const |
virtual void | Browse (TBrowser *b) |
virtual void | CopySet (TChair &chair) |
Int_t | CopyRows (const TChair *srcChair, Int_t srcRow=0, Int_t dstRow=0, Int_t nRows=0, Bool_t expand=kFALSE) |
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) |
virtual Char_t * | GetArray () const |
virtual TClass * | GetRowClass () const |
virtual Long_t | GetNRows () const |
virtual Long_t | GetRowSize () const |
virtual Long_t | GetTableSize () const |
const TTable * | Table () const |
virtual TTableDescriptor * | GetRowDescriptors () const |
virtual const Char_t * | GetType () const |
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 Bool_t | IsFolder () const |
virtual void | ls (Option_t *option="") const |
virtual void | ls (Int_t deep) 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 |
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 const Char_t * | PrintHeader () const |
virtual Int_t | Purge (Option_t *opt="") |
void * | ReAllocate (Int_t newsize) |
void * | ReAllocate () |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | Set (Int_t n) |
virtual void | Set (Int_t n, Char_t *array) |
virtual void | SetNRows (Int_t n) |
virtual void | Reset (Int_t c=0) |
virtual void | Update () |
virtual void | Update (TDataSet *set, UInt_t opt=0) |
void * | operator[] (Int_t i) |
const void * | operator[] (Int_t i) const |
TChair (TTable *table) | |
TChair (const TChair &org) | |
virtual | ~TChair () |
virtual void | Adopt (Int_t n, void *array) |
virtual void | AddAt (TDataSet *dataset, Int_t idx) |
virtual void | AddAt (const void *c, Int_t i) |
const void * | At (Int_t i) const |
virtual void | Browse (TBrowser *b) |
virtual void | CopySet (TChair &chair) |
Int_t | CopyRows (const TChair *srcChair, Int_t srcRow=0, Int_t dstRow=0, Int_t nRows=0, Bool_t expand=kFALSE) |
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) |
virtual Char_t * | GetArray () const |
virtual TClass * | GetRowClass () const |
virtual Long_t | GetNRows () const |
virtual Long_t | GetRowSize () const |
virtual Long_t | GetTableSize () const |
const TTable * | Table () const |
virtual TTableDescriptor * | GetRowDescriptors () const |
virtual const Char_t * | GetType () const |
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 Bool_t | IsFolder () const |
virtual void | ls (Option_t *option="") const |
virtual void | ls (Int_t deep) 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 |
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 const Char_t * | PrintHeader () const |
virtual Int_t | Purge (Option_t *opt="") |
void * | ReAllocate (Int_t newsize) |
void * | ReAllocate () |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | Set (Int_t n) |
virtual void | Set (Int_t n, Char_t *array) |
virtual void | SetNRows (Int_t n) |
virtual void | Reset (Int_t c=0) |
virtual void | Update () |
virtual void | Update (TDataSet *set, UInt_t opt=0) |
void * | operator[] (Int_t i) |
const void * | operator[] (Int_t i) const |
Protected Member Functions | |
TTable * | GetThisTable () |
const TTable * | GetThisTable () const |
TChair () | |
TTable * | GetThisTable () |
const TTable * | GetThisTable () const |
TChair () | |
Static Protected Member Functions | |
static void * | GetOffset (const void *base, ULong_t offset) |
static void * | GetOffset (const void *base, ULong_t offset) |
Protected Attributes | |
TTable * | fTable |
ULong_t | fLastIndx |
void * | fLastRow |
TTable * | fTable |
void * | fLastRow |
Definition at line 25 of file TChair.h.
TTable* TChair::GetThisTable | ( | ) | [inline, protected] |
Definition at line 33 of file TChair.h.
References fTable.
Referenced by AddAt(), Adopt(), At(), Browse(), CopyRows(), CopySet(), Draw(), Fit(), GetArray(), GetNRows(), GetRowClass(), GetRowDescriptors(), GetRowSize(), GetTableSize(), GetType(), HasData(), IsFolder(), ls(), MakeExpression(), NaN(), Print(), PrintHeader(), Purge(), ReAllocate(), Reset(), SavePrimitive(), Set(), SetNRows(), and Update().
const TTable* TChair::GetThisTable | ( | ) | const [inline, protected] |
static void* TChair::GetOffset | ( | const void * | base, | |
ULong_t | offset | |||
) | [inline, static, protected] |
virtual void TChair::Adopt | ( | Int_t | n, | |
void * | array | |||
) | [inline, virtual] |
virtual void TChair::AddAt | ( | const void * | c, | |
Int_t | i | |||
) | [inline, virtual] |
const void* TChair::At | ( | Int_t | i | ) | const [inline] |
Reimplemented from TDataSet.
Definition at line 48 of file TChair.h.
References TTable::At(), and GetThisTable().
virtual void TChair::Browse | ( | TBrowser * | b | ) | [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 49 of file TChair.h.
References b, TTable::Browse(), and GetThisTable().
virtual void TChair::CopySet | ( | TChair & | chair | ) | [inline, virtual] |
virtual void TChair::Draw | ( | Option_t * | opt | ) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 53 of file TChair.h.
References TTable::Draw(), and GetThisTable().
Referenced by TColumnView::Browse(), and TColumnView::Histogram().
virtual TH1* TChair::Draw | ( | TCut | varexp, | |
TCut | selection, | |||
Option_t * | option = "" , |
|||
Int_t | nentries = 1000000000 , |
|||
Int_t | firstentry = 0 | |||
) | [inline, virtual] |
Definition at line 54 of file TChair.h.
References TTable::Draw(), GetThisTable(), nentries, and option.
virtual TH1* TChair::Draw | ( | const char * | varexp, | |
const char * | selection, | |||
Option_t * | option = "" , |
|||
Int_t | nentries = 1000000000 , |
|||
Int_t | firstentry = 0 | |||
) | [inline, virtual] |
Definition at line 57 of file TChair.h.
References TTable::Draw(), GetThisTable(), nentries, and option.
virtual Char_t* TChair::GetArray | ( | ) | const [inline, virtual] |
Definition at line 60 of file TChair.h.
References TTable::GetArray(), and GetThisTable().
Referenced by operator[]().
virtual TClass* TChair::GetRowClass | ( | ) | const [inline, virtual] |
virtual Long_t TChair::GetNRows | ( | ) | const [inline, virtual] |
virtual Long_t TChair::GetRowSize | ( | ) | const [inline, virtual] |
Definition at line 63 of file TChair.h.
References TTable::GetRowSize(), and GetThisTable().
Referenced by operator[]().
virtual Long_t TChair::GetTableSize | ( | ) | const [inline, virtual] |
const TTable* TChair::Table | ( | ) | const [inline] |
virtual TTableDescriptor* TChair::GetRowDescriptors | ( | ) | const [inline, virtual] |
virtual const Char_t* TChair::GetType | ( | ) | const [inline, virtual] |
virtual void TChair::Fit | ( | const char * | formula, | |
const char * | varexp, | |||
const char * | selection = "" , |
|||
Option_t * | option = "" , |
|||
Option_t * | goption = "" , |
|||
Int_t | nentries = 1000000000 , |
|||
Int_t | firstentry = 0 | |||
) | [inline, virtual] |
Definition at line 68 of file TChair.h.
References TTable::Fit(), GetThisTable(), nentries, and option.
virtual Long_t TChair::HasData | ( | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 71 of file TChair.h.
References GetThisTable(), and TTable::HasData().
virtual Bool_t TChair::IsFolder | ( | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 72 of file TChair.h.
References GetThisTable(), and TTable::IsFolder().
virtual void TChair::ls | ( | Option_t * | option = "" |
) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 73 of file TChair.h.
References GetThisTable(), TDataSet::ls(), and option.
virtual void TChair::ls | ( | Int_t | deep | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 74 of file TChair.h.
References GetThisTable(), and TDataSet::ls().
Int_t TChair::NaN | ( | ) | [inline] |
virtual void TChair::Print | ( | Option_t * | opt = "" |
) | const [inline, virtual] |
Reimplemented from TNamed.
Definition at line 79 of file TChair.h.
References GetThisTable(), and TTable::Print().
virtual const Char_t* TChair::PrintHeader | ( | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 84 of file TChair.h.
References GetThisTable(), and TTable::Purge().
void* TChair::ReAllocate | ( | Int_t | newsize | ) | [inline] |
void* TChair::ReAllocate | ( | ) | [inline] |
virtual void TChair::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 88 of file TChair.h.
References GetThisTable(), option, and TTable::SavePrimitive().
virtual void TChair::Set | ( | Int_t | n | ) | [inline, virtual] |
virtual void TChair::SetNRows | ( | Int_t | n | ) | [inline, virtual] |
virtual void TChair::Reset | ( | Int_t | c = 0 |
) | [inline, virtual] |
virtual void TChair::Update | ( | ) | [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 94 of file TChair.h.
References GetThisTable(), and TTable::Update().
Reimplemented from TDataSet.
Definition at line 95 of file TChair.h.
References GetThisTable(), and TTable::Update().
void * TChair::operator[] | ( | Int_t | i | ) | [inline] |
const void * TChair::operator[] | ( | Int_t | i | ) | const [inline] |
TTable* TChair::GetThisTable | ( | ) | [inline, protected] |
const TTable* TChair::GetThisTable | ( | ) | const [inline, protected] |
static void* TChair::GetOffset | ( | const void * | base, | |
ULong_t | offset | |||
) | [inline, static, protected] |
virtual void TChair::Adopt | ( | Int_t | n, | |
void * | array | |||
) | [inline, virtual] |
virtual void TChair::AddAt | ( | const void * | c, | |
Int_t | i | |||
) | [inline, virtual] |
const void* TChair::At | ( | Int_t | i | ) | const [inline] |
Reimplemented from TDataSet.
Definition at line 48 of file TChair.h.
References TTable::At(), and GetThisTable().
virtual void TChair::Browse | ( | TBrowser * | b | ) | [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 49 of file TChair.h.
References b, TTable::Browse(), and GetThisTable().
virtual void TChair::CopySet | ( | TChair & | chair | ) | [inline, virtual] |
virtual void TChair::Draw | ( | Option_t * | opt | ) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 53 of file TChair.h.
References TTable::Draw(), and GetThisTable().
virtual TH1* TChair::Draw | ( | TCut | varexp, | |
TCut | selection, | |||
Option_t * | option = "" , |
|||
Int_t | nentries = 1000000000 , |
|||
Int_t | firstentry = 0 | |||
) | [inline, virtual] |
Definition at line 54 of file TChair.h.
References TTable::Draw(), GetThisTable(), nentries, and option.
virtual TH1* TChair::Draw | ( | const char * | varexp, | |
const char * | selection, | |||
Option_t * | option = "" , |
|||
Int_t | nentries = 1000000000 , |
|||
Int_t | firstentry = 0 | |||
) | [inline, virtual] |
Definition at line 57 of file TChair.h.
References TTable::Draw(), GetThisTable(), nentries, and option.
virtual Char_t* TChair::GetArray | ( | ) | const [inline, virtual] |
virtual TClass* TChair::GetRowClass | ( | ) | const [inline, virtual] |
virtual Long_t TChair::GetNRows | ( | ) | const [inline, virtual] |
virtual Long_t TChair::GetRowSize | ( | ) | const [inline, virtual] |
virtual Long_t TChair::GetTableSize | ( | ) | const [inline, virtual] |
const TTable* TChair::Table | ( | ) | const [inline] |
virtual TTableDescriptor* TChair::GetRowDescriptors | ( | ) | const [inline, virtual] |
virtual const Char_t* TChair::GetType | ( | ) | const [inline, virtual] |
virtual void TChair::Fit | ( | const char * | formula, | |
const char * | varexp, | |||
const char * | selection = "" , |
|||
Option_t * | option = "" , |
|||
Option_t * | goption = "" , |
|||
Int_t | nentries = 1000000000 , |
|||
Int_t | firstentry = 0 | |||
) | [inline, virtual] |
Definition at line 68 of file TChair.h.
References TTable::Fit(), GetThisTable(), nentries, and option.
virtual Long_t TChair::HasData | ( | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 71 of file TChair.h.
References GetThisTable(), and TTable::HasData().
virtual Bool_t TChair::IsFolder | ( | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 72 of file TChair.h.
References GetThisTable(), and TTable::IsFolder().
virtual void TChair::ls | ( | Option_t * | option = "" |
) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 73 of file TChair.h.
References GetThisTable(), TDataSet::ls(), and option.
virtual void TChair::ls | ( | Int_t | deep | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 74 of file TChair.h.
References GetThisTable(), and TDataSet::ls().
Int_t TChair::NaN | ( | ) | [inline] |
virtual void TChair::Print | ( | Option_t * | opt = "" |
) | const [inline, virtual] |
Reimplemented from TNamed.
Definition at line 79 of file TChair.h.
References GetThisTable(), and TTable::Print().
virtual const Char_t* TChair::PrintHeader | ( | ) | const [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 84 of file TChair.h.
References GetThisTable(), and TTable::Purge().
void* TChair::ReAllocate | ( | Int_t | newsize | ) | [inline] |
void* TChair::ReAllocate | ( | ) | [inline] |
virtual void TChair::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 88 of file TChair.h.
References GetThisTable(), option, and TTable::SavePrimitive().
virtual void TChair::Set | ( | Int_t | n | ) | [inline, virtual] |
virtual void TChair::SetNRows | ( | Int_t | n | ) | [inline, virtual] |
virtual void TChair::Reset | ( | Int_t | c = 0 |
) | [inline, virtual] |
virtual void TChair::Update | ( | ) | [inline, virtual] |
Reimplemented from TDataSet.
Definition at line 94 of file TChair.h.
References GetThisTable(), and TTable::Update().
Reimplemented from TDataSet.
Definition at line 95 of file TChair.h.
References GetThisTable(), and TTable::Update().
void* TChair::operator[] | ( | Int_t | i | ) |
const void* TChair::operator[] | ( | Int_t | i | ) | const |
TTable* TChair::fTable [protected] |
ULong_t TChair::fLastIndx [protected] |
void* TChair::fLastRow [protected] |
TTable* TChair::fTable [protected] |
void* TChair::fLastRow [protected] |