Public Member Functions | |
| void | InitNames () |
| void | DeleteNames () |
| void | Resize (Int_t s) |
| HitNames () | |
| HitNames (Int_t s) | |
| virtual | ~HitNames () |
| const char * | operator[] (Int_t i) |
Private Attributes | |
| Int_t | fSize |
| char ** | fNames |
Definition at line 43 of file tcollbm.cxx.
| HitNames::HitNames | ( | ) | [inline] |
Definition at line 53 of file tcollbm.cxx.
| HitNames::HitNames | ( | Int_t | s | ) | [inline] |
| virtual HitNames::~HitNames | ( | ) | [inline, virtual] |
| void HitNames::InitNames | ( | ) |
Definition at line 59 of file tcollbm.cxx.
References fNames, fSize, i, and sprintf().
Referenced by HitNames(), and Resize().
| void HitNames::DeleteNames | ( | ) |
Definition at line 67 of file tcollbm.cxx.
References fNames, fSize, and i.
Referenced by Resize(), and ~HitNames().
| void HitNames::Resize | ( | Int_t | s | ) | [inline] |
| const char* HitNames::operator[] | ( | Int_t | i | ) | [inline] |
Int_t HitNames::fSize [private] |
char** HitNames::fNames [private] |
Definition at line 45 of file tcollbm.cxx.
Referenced by DeleteNames(), InitNames(), and operator[]().
1.5.1