KaliVeda
Toolkit for HIC analysis
KVDBTape Class Reference

Detailed Description

Database entry describing a data storage tape used to store raw data.

Definition at line 25 of file KVDBTape.h.

#include <KVDBTape.h>

Inheritance diagram for KVDBTape:

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 KVRListGetRuns ()
 
- Public Member Functions inherited from KVDBRecord
 KVDBRecord ()
 
 KVDBRecord (const Char_t *name, const Char_t *title="")
 
virtual ~ KVDBRecord ()
 
virtual KVDBKeyAddKey (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 KVDBKeyGetKey (const Char_t *key) const
 
virtual TList * GetKeys () const
 
virtual KVDBRecordGetLink (const Char_t *key, const Char_t *link) const
 Returns the record named "link" in the table named "key". More...
 
virtual KVRListGetLinks (const Char_t *key) const
 Returns the list of records linked to this record in table "key". More...
 
virtual Int_t GetNumber () const
 
virtual KVDBTableGetTable () 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)
 

Constructor & Destructor Documentation

◆ KVDBTape() [1/2]

KVDBTape::KVDBTape ( )

Definition at line 19 of file KVDBTape.cpp.

◆ KVDBTape() [2/2]

KVDBTape::KVDBTape ( Int_t  tape_number)

Definition at line 27 of file KVDBTape.cpp.

◆ ~ KVDBTape()

virtual KVDBTape::~ KVDBTape ( )
virtual

Member Function Documentation

◆ AddRun()

void KVDBTape::AddRun ( KVDBRun run)

add run to list of runs stored on this tape

Definition at line 52 of file KVDBTape.cpp.

◆ GetRuns()

virtual KVRList* KVDBTape::GetRuns ( )
inlinevirtual

Definition at line 32 of file KVDBTape.h.