![]() |
KaliVeda
Toolkit for HIC analysis
|
#include <KVRList.h>
Public Member Functions | |
KVRList (Int_t s, TProcessID *pid) | |
KVRList (Int_t size, Int_t lowerBound=0, TProcessID *pid=0) | |
KVRList (TProcessID *pid=0) | |
virtual | ~ KVRList () |
virtual void | Copy (TObject &obj) const |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
virtual void | Execute (TMethod *m, TObjArray *o, Int_t *i) |
virtual TObject * | FindObject (const char *obj) const |
virtual KVBase * | FindObject (const Char_t *name, const Char_t *type) const |
virtual TObject * | FindObject (const TObject *obj) const |
virtual KVBase * | FindObject (KVBase *obj) const |
virtual KVBase * | FindObjectByLabel (const Char_t *) const |
virtual KVBase * | FindObjectByName (const Char_t *) const |
Look for object with name "name" in the list. More... | |
virtual KVBase * | FindObjectByType (const Char_t *) const |
virtual Int_t | GetSize () const |
virtual void | Print (Option_t *opt="") const |
Print description of all objects in list. More... | |
virtual void | Print (Option_t *option, const char *wildcard, Int_t recurse=1) const |
virtual void | Print (Option_t *option, Int_t recurse) const |
virtual void | Print (Option_t *option, TPRegexp ®exp, Int_t recurse=1) const |
|
inline |
|
virtual |
Copy this list to obj As a KVRList is a list of references to objects, here we are simply copying the references, i.e. no new objects are created
Definition at line 139 of file KVRList.cpp.
|
virtual |
Redefinition of TObject::Execute method. TObject::Execute is called for each object in the list in order, meaning that for each object the method "method" is executed with arguments "params".
Definition at line 185 of file KVRList.cpp.
|
inlinevirtual |
|
inlinevirtual |
|
virtual |
Find an object in this list using its type and name. Requires a sequential scan till the object has been found. Returns 0 if object with specified name is not found.
Definition at line 106 of file KVRList.cpp.
|
inlinevirtual |
Definition at line 203 of file KVRList.cpp.
|
virtual |
Find an object in this list using its label. Requires a sequential scan till the object has been found. Returns 0 if object with specified label is not found.
Definition at line 76 of file KVRList.cpp.
|
virtual |
Look for object with name "name" in the list.
Definition at line 31 of file KVRList.cpp.
|
virtual |
Find an object in this list using its type. Requires a sequential scan till the object has been found. Returns 0 if object with specified name is not found.
Definition at line 46 of file KVRList.cpp.
|
virtual |
Print description of all objects in list.
Definition at line 162 of file KVRList.cpp.
|
inlinevirtual |
|
inlinevirtual |