Description of an experimental run in database ,,.
Definition at line 36 of file KVDBRun.h.
|
| KVDBRun () |
| default ctor More...
|
|
| KVDBRun (Int_t number, const Char_t *title) |
| ctor for a given run number More...
|
|
virtual | ~ KVDBRun () |
|
void | BlockSignals (Bool_t yes=kTRUE) |
|
Double_t | Get (const Char_t *param) const |
| Get numerical (non-scaler) characteristic of run. More...
|
|
const Char_t * | GetComments () const |
|
const Char_t * | GetDate () const |
|
const TDatime & | GetDatime () const |
|
const Char_t * | GetDatimeString () |
|
const Char_t * | GetEndDate () const |
|
ULong64_t | GetEvents () const |
|
const Char_t * | GetKVVersion () const |
|
virtual Int_t | GetScaler (const Char_t *name) const |
| Get value of scaler with the given name for this run. More...
|
|
virtual ULong64_t | GetScaler64 (const Char_t *name) const |
| Get value of 64-bit scaler with the given name for this run. More...
|
|
Double_t | GetSize () const |
|
const Char_t * | GetStartDate () const |
|
const Char_t * | GetString (const Char_t *param) const |
| Get characteristic of run. More...
|
|
KVDBSystem * | GetSystem () const |
|
const Char_t * | GetSystemName () const |
|
KVTarget * | GetTarget () const |
| Return target used for this run (actually target of KVDBSystem associated to run) More...
|
|
Double_t | GetTime () const |
|
Int_t | GetTrigger () const |
|
const Char_t * | GetTriggerString () const |
|
const Char_t * | GetUserName () const |
|
Bool_t | Has (const Char_t *param, Bool_t check_whitespace=kTRUE) const |
|
void | Modified () |
|
virtual void | Print (Option_t *option="") const |
|
virtual void | ReadRunListLine (const KVString &) |
|
void | Set (const Char_t *param, const KVString &val) |
| Set characteristic of run. More...
|
|
void | Set (const Char_t *param, Double_t val) |
| Set numerical (non-scaler) characteristic of run. More...
|
|
void | SetComments (const KVString &comments) |
|
void | SetDate (const KVString &d) |
|
void | SetDatime (TDatime &dat) |
|
void | SetEndDate (const KVString &d) |
|
void | SetEvents (ULong64_t evt_number) |
|
void | SetKVVersion (const Char_t *V) |
|
void | SetNumber (Int_t n) |
|
virtual void | SetScaler (const Char_t *name, Int_t val) |
| Set value for the scaler with the given name for this run. More...
|
|
virtual void | SetScaler64 (const Char_t *name, ULong64_t val) |
| Set value for 64-bit scaler with the given name for this run. More...
|
|
void | SetSize (Double_t s) |
|
void | SetStartDate (const KVString &date) |
|
virtual void | SetSystem (KVDBSystem *system) |
| Set system for run. Any previous system is unassociated (run will be removed from system's list) More...
|
|
void | SetTime (Double_t time) |
|
void | SetTrigger (Int_t trig) |
|
void | SetUserName (const Char_t *U) |
|
virtual void | UnsetSystem () |
|
virtual void | WriteRunListHeader (std::ostream &, Char_t delim='|') const |
| Write the version flag. More...
|
|
virtual void | WriteRunListLine (std::ostream &, Char_t delim='|') const |
|
| 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 | 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 | SetTable (const KVDBTable *table) |
|