Public Member Functions | |
TSCategoryCard (TString name, TString title) | |
TSCategoryCard (const TSCategoryCard &) | |
void | Clear () |
int | Compare (const TSCategoryCard &, int opt_card=0, int opt_categ=0) |
void | Copy (const TSCategoryCard &) |
void | AddCategory (const TSCategory &) |
TSCategory * | GetCategory (int) const |
TSCategory * | GetCategory (const TSCategory &) const |
TH1F & | GetHistogram () |
int | GetNumOfCategories () const |
void | Print () const |
TSCategoryCard (TString name, TString title) | |
TSCategoryCard (const TSCategoryCard &) | |
void | Clear () |
int | Compare (const TSCategoryCard &, int opt_card=0, int opt_categ=0) |
void | Copy (const TSCategoryCard &) |
void | AddCategory (const TSCategory &) |
TSCategory * | GetCategory (int) const |
TSCategory * | GetCategory (const TSCategory &) const |
TH1F & | GetHistogram () |
int | GetNumOfCategories () const |
void | Print () const |
![]() | |
TSNamed (TString name, TString label, TString title) | |
void | Clear () |
virtual TString | GetDescription () const |
TString | GetLabel () const |
TString | Label () const |
TString | Name () const |
TString | Title () const |
const char * | GetName () const |
const char * | GetTitle () const |
virtual void | SetLabel (TString) |
virtual void | SetName (TString) |
virtual void | SetTitle (TString) |
TSNamed (TString name, TString label, TString title) | |
void | Clear () |
virtual TString | GetDescription () const |
TString | GetLabel () const |
TString | Label () const |
TString | Name () const |
TString | Title () const |
const char * | GetName () const |
const char * | GetTitle () const |
virtual void | SetLabel (TString) |
virtual void | SetName (TString) |
virtual void | SetTitle (TString) |
int TSCategoryCard::Compare | ( | const TSCategoryCard & | other, |
int | opt_card = 0 , |
||
int | opt_categ = 0 |
||
) |
-— For opt_card --— opt == 0 (default) Exclusive Comaprison of Categories: at least one Categ in common
opt ==1 Inclusive Comparison of Categories: same set of Categories (any order)
—opt_categ— Same meaning. Check description in TSCategory::Compare
References TSCategory::Compare().
Referenced by TSEvent::SetWeightParams().