![]() |
KaliVeda
Toolkit for HIC analysis
|
Database entry describing a data storage tape used to store raw data.
Definition at line 25 of file KVDBTape.h.
#include <KVDBTape.h>
Public Member Functions | |
KVDBTape () | |
KVDBTape (Int_t tape_number) | |
virtual | ~ KVDBTape () |
void | AddRun (KVDBRun *run) |
add run to list of runs stored on this tape More... | |
virtual KVRList * | GetRuns () |
![]() | |
KVDBRecord () | |
KVDBRecord (const Char_t *name, const Char_t *title="") | |
virtual | ~ KVDBRecord () |
virtual KVDBKey * | AddKey (const Char_t *name, const Char_t *title, Bool_t check=kTRUE) |
virtual Bool_t | AddKey (KVDBKey *key, Bool_t check=kTRUE) |
virtual Bool_t | AddLink (const Char_t *key_name, KVDBRecord *rec, Bool_t linkback=kTRUE) |
virtual Int_t | Compare (const TObject *obj) const |
virtual KVDBKey * | GetKey (const Char_t *key) const |
virtual TList * | GetKeys () const |
virtual KVDBRecord * | GetLink (const Char_t *key, const Char_t *link) const |
Returns the record named "link" in the table named "key". More... | |
virtual KVRList * | GetLinks (const Char_t *key) const |
Returns the list of records linked to this record in table "key". More... | |
virtual Int_t | GetNumber () const |
virtual KVDBTable * | GetTable () const |
virtual void | ls (Option_t *option="*") const |
virtual void | Print (Option_t *option="") const |
virtual void | RemoveAllLinks (const Char_t *key) |
Remove all links between this record and the records in the DB table"key_name". More... | |
virtual void | RemoveLink (const Char_t *key_name, KVDBRecord *rec, Bool_t linkback=kTRUE) |
Remove the link between this record and the record "rec" in the DB table"key_name". More... | |
virtual void | SetNumber (Int_t n) |
virtual void | SetTable (const KVDBTable *table) |
KVDBTape::KVDBTape | ( | ) |
Definition at line 19 of file KVDBTape.cpp.
KVDBTape::KVDBTape | ( | Int_t | tape_number | ) |
Definition at line 27 of file KVDBTape.cpp.
|
virtual |
void KVDBTape::AddRun | ( | KVDBRun * | run | ) |
add run to list of runs stored on this tape
Definition at line 52 of file KVDBTape.cpp.
|
inlinevirtual |
Definition at line 32 of file KVDBTape.h.