|
| TAttr (const char *name="") |
|
void | SetAttr (const char *key, const char *val) |
|
void | SetAttr (const char *key, Long_t val) |
|
void | SetAttr (const char *key, ULong_t val) |
|
void | SetAttr (const char *key, double val) |
|
int | SetAttr (const TAttr *att) |
|
void | RemAttr (const char *key) |
|
Long_t | IAttr (const char *key) const |
|
ULong_t | UAttr (const char *key) const |
|
double | DAttr (const char *key) const |
|
const char * | SAttr (const char *key) const |
|
void | PrintAttr () const |
|
|
static void | SetDebug (Int_t k=0) |
|
Definition at line 17 of file TAttr.h.
void TAttr::SetAttr |
( |
const char * |
key, |
|
|
const char * |
val |
|
) |
| |
SetAttr(const char *key, const char *val) key is a keyname, val is a value key is any character string. Spaces and case are ignored The "." at the beginning is reserved for the frame work only Like ".privilege" makes maker to be priveleged, i.e to skip event
Definition at line 39 of file TAttr.cxx.
The documentation for this class was generated from the following files: