StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
TAttr Class Reference
Inheritance diagram for TAttr:

Public Member Functions

 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 Public Member Functions

static void SetDebug (Int_t k=0)
 

Detailed Description

Definition at line 17 of file TAttr.h.

Member Function Documentation

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: