ROOT 6.16/01 Reference Guide |
Public Member Functions | |
TDsKey (const char *name, UInt_t uk) | |
to be documented More... | |
TDsKey (const char *name=0, UInt_t *uk=0, int nk=1) | |
to be documented More... | |
TDsKey (UInt_t uRun, UInt_t uEvent=0) | |
to be documented More... | |
virtual | ~TDsKey () |
virtual Int_t | EOK () const |
virtual UInt_t | EventNumber () const |
virtual TString | GetKey () const |
to be documented More... | |
virtual const char * | GetName () const |
virtual UInt_t | GetSum () const |
to be documented More... | |
virtual Int_t | IsNull () const |
virtual TDsKey & | operator= (const char *from) |
to be documented More... | |
virtual TDsKey & | operator= (const TDsKey &from) |
to be documented More... | |
virtual TDsKey & | operator= (Int_t from) |
virtual TDsKey & | operator= (UInt_t from) |
to be documented More... | |
virtual Bool_t | operator== (const TDsKey &from) const |
Compare two keys. More... | |
virtual UInt_t | operator[] (Int_t i) const |
virtual UInt_t | RunNumber () const |
virtual void | SetKey (const char *key) |
to be documented More... | |
virtual void | SetName (const char *name) |
virtual void | SetUrr (const UInt_t *key, int nk) |
to be documented More... | |
virtual void | Update (const TDsKey &from, const char *name=0) |
to be documented More... | |
Private Attributes | |
TString | fName |
TArrayI | fUrr |
#include <TDsKey.h>
TDsKey::TDsKey | ( | const char * | name = 0 , |
UInt_t * | uk = 0 , |
||
int | nk = 1 |
||
) |
to be documented
Definition at line 23 of file TDsKey.cxx.
TDsKey::TDsKey | ( | const char * | name, |
UInt_t | uk | ||
) |
to be documented
Definition at line 31 of file TDsKey.cxx.
to be documented
Definition at line 39 of file TDsKey.cxx.
|
virtual |
to be documented
Definition at line 111 of file TDsKey.cxx.
|
inlinevirtual |
|
virtual |
to be documented
Definition at line 139 of file TDsKey.cxx.
|
virtual |
to be documented
Definition at line 77 of file TDsKey.cxx.
to be documented
Definition at line 60 of file TDsKey.cxx.
to be documented
Definition at line 69 of file TDsKey.cxx.
Compare two keys.
Definition at line 85 of file TDsKey.cxx.
|
virtual |
to be documented
Definition at line 126 of file TDsKey.cxx.
|
inlinevirtual |
to be documented
Definition at line 49 of file TDsKey.cxx.
to be documented
Definition at line 103 of file TDsKey.cxx.