![]() |
KaliVeda
Toolkit for HIC analysis
|
Database entry for a run in a FAZIA experiment.
Created by KVClassFactory on Tue Jan 20 16:29:33 2015 Author: ,,,
Definition at line 15 of file KVFAZIADBRun.h.
#include <KVFAZIADBRun.h>
Public Member Functions | |
KVFAZIADBRun () | |
Default constructor. More... | |
KVFAZIADBRun (Int_t number, const Char_t *title) | |
constructor with run number More... | |
const Char_t * | GetACQStatus () const |
Double_t | GetDeadTime () const |
Double_t | GetDuration () const |
Int_t | GetError_InternalBlockError () const |
Int_t | GetError_WrongNumberOfBlocks () const |
Double_t | GetFrequency () const |
Int_t | GetGoodEvents () const |
Int_t | GetNumberOfAcqFiles () const |
Double_t | GetNumberOfTriggerBlocks () const |
Int_t | GetRutherfordCount () const |
Double_t | GetRutherfordCrossSection () const |
Double_t | GetTriggerRate () const |
void | SetACQStatus (const KVString &status) |
void | SetDeadTime (Double_t) |
void | SetDuration (Double_t) |
void | SetEndDate (const KVString &d) |
void | SetError_InternalBlockError (Int_t) |
void | SetError_WrongNumberOfBlocks (Int_t) |
void | SetEvents (ULong64_t evt_number) |
void | SetFrequency (Double_t) |
void | SetGoodEvents (Int_t) |
void | SetNumberOfAcqFiles (Int_t) |
void | SetNumberOfTriggerBlocks (Double_t) |
void | SetRutherfordCount (Int_t) |
void | SetRutherfordCrossSection (Double_t) |
void | SetSize (Double_t s) |
void | SetStartDate (const KVString &date) |
void | SetTriggerRate (Double_t) |
![]() | |
KVDBRun () | |
default ctor More... | |
KVDBRun (Int_t number, const Char_t *title) | |
ctor for a given run number More... | |
void | AddRunFile (KVDBRunFile *rf) |
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 * | GetEndDate () const |
ULong64_t | GetEvents () const |
KVDBRunFile & | GetFirstFile () |
const KVDBRunFile & | GetFirstFile () const |
KVDBRunFile & | GetLastFile () |
const KVDBRunFile & | GetLastFile () const |
Int_t | GetNGoodRunFiles () const |
Int_t | GetNRunFiles () const |
KVDBRunFile & | GetRunFile (const run_index_t &run_index) |
const KVDBRunFile & | GetRunFile (const run_index_t &run_index) 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 |
Bool_t | Has (const Char_t *param, Bool_t check_whitespace=kTRUE) const |
Bool_t | IsMultiFile () const |
void | Modified () |
void | Print (Option_t *option="") const override |
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 | SetBadAllRunFiles () |
void | SetComments (const KVString &comments) |
void | SetNumber (Int_t n) override |
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... | |
virtual void | SetSystem (KVDBSystem *system) |
Set system for run. Any previous system is unassociated (run will be removed from system's list) More... | |
void | SetTrigger (Int_t trig) |
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) |
Int_t | Compare (const TObject *obj) const override |
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 |
void | ls (Option_t *option="*") const override |
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) |
![]() | |
TFolder () | |
TFolder (const char *name, const char *title) | |
virtual | ~TFolder () |
virtual void | Add (TObject *obj) |
TFolder * | AddFolder (const char *name, const char *title, TCollection *collection=nullptr) |
void | Browse (TBrowser *b) override |
void | Clear (Option_t *option="") override |
void | Copy (TObject &) const override |
virtual const char * | FindFullPathName (const char *name) const |
virtual const char * | FindFullPathName (const TObject *obj) const |
TObject * | FindObject (const char *name) const override |
TObject * | FindObject (const TObject *obj) const override |
virtual TObject * | FindObjectAny (const char *name) const |
TCollection * | GetListOfFolders () const |
TClass * | IsA () const override |
Bool_t | IsFolder () const override |
Bool_t | IsOwner () const |
virtual Int_t | Occurence (const TObject *obj) const |
void | RecursiveRemove (TObject *obj) override |
virtual void | Remove (TObject *obj) |
void | SaveAs (const char *filename="", Option_t *option="") const override |
virtual void | SetOwner (Bool_t owner=kTRUE) |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
![]() | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TNamed &named) | |
TNamed (const TString &name, const TString &title) | |
virtual | ~TNamed () |
void | Clear (Option_t *option="") override |
TObject * | Clone (const char *newname="") const override |
void | Copy (TObject &named) const override |
virtual void | FillBuffer (char *&buffer) |
const char * | GetName () const override |
const char * | GetTitle () const override |
ULong_t | Hash () const override |
TClass * | IsA () const override |
Bool_t | IsSortable () const override |
TNamed & | operator= (const TNamed &rhs) |
virtual void | SetName (const char *name) |
virtual void | SetNameTitle (const char *name, const char *title) |
virtual void | SetTitle (const char *title="") |
virtual Int_t | Sizeof () const |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
![]() | |
TObject () | |
TObject (const TObject &object) | |
virtual | ~TObject () |
void | AbstractMethod (const char *method) const |
virtual void | AppendPad (Option_t *option="") |
ULong_t | CheckedHash () |
virtual const char * | ClassName () const |
virtual void | Delete (Option_t *option="") |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
virtual void | Draw (Option_t *option="") |
virtual void | DrawClass () const |
virtual TObject * | DrawClone (Option_t *option="") const |
virtual void | Dump () const |
virtual void | Error (const char *method, const char *msgfmt,...) const |
virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
virtual Option_t * | GetDrawOption () const |
virtual const char * | GetIconName () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
virtual Option_t * | GetOption () const |
virtual UInt_t | GetUniqueID () const |
virtual Bool_t | HandleTimer (TTimer *timer) |
Bool_t | HasInconsistentHash () const |
virtual void | Info (const char *method, const char *msgfmt,...) const |
virtual Bool_t | InheritsFrom (const char *classname) const |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
virtual void | Inspect () const |
void | InvertBit (UInt_t f) |
Bool_t | IsDestructed () const |
virtual Bool_t | IsEqual (const TObject *obj) const |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
void | MayNotUse (const char *method) const |
virtual Bool_t | Notify () |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *vp) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, void *vp) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
virtual void | Paint (Option_t *option="") |
virtual void | Pop () |
virtual Int_t | Read (const char *name) |
void | ResetBit (UInt_t f) |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
void | SetBit (UInt_t f) |
void | SetBit (UInt_t f, Bool_t set) |
virtual void | SetDrawOption (Option_t *option="") |
virtual void | SetUniqueID (UInt_t uid) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
Private Member Functions | |
void | init () |
initialize all fields More... | |
Additional Inherited Members | |
![]() | |
enum | EDeprecatedStatusBits |
enum | EStatusBits |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
static Longptr_t | GetDtorOnly () |
static Bool_t | GetObjectStat () |
static void | SetDtorOnly (void *obj) |
static void | SetObjectStat (Bool_t stat) |
![]() | |
kBitMask | |
kCanDelete | |
kCannotPick | |
kHasUUID | |
kInconsistent | |
kInvalidObject | |
kIsOnHeap | |
kIsReferenced | |
kMustCleanup | |
kNoContextMenu | |
kNotDeleted | |
kObjInCanvas | |
kOverwrite | |
kSingleKey | |
kWriteDelete | |
kZombie | |
![]() | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
void | MakeZombie () |
![]() | |
TCollection * | fFolders |
Bool_t | fIsOwner |
![]() | |
TString | fName |
TString | fTitle |
![]() | |
kOnlyPrepStep | |
KVFAZIADBRun::KVFAZIADBRun | ( | ) |
Default constructor.
Definition at line 49 of file KVFAZIADBRun.cpp.
constructor with run number
Definition at line 61 of file KVFAZIADBRun.cpp.
const Char_t * KVFAZIADBRun::GetACQStatus | ( | ) | const |
Definition at line 84 of file KVFAZIADBRun.cpp.
Double_t KVFAZIADBRun::GetDeadTime | ( | ) | const |
Definition at line 228 of file KVFAZIADBRun.cpp.
Double_t KVFAZIADBRun::GetDuration | ( | ) | const |
Definition at line 174 of file KVFAZIADBRun.cpp.
Int_t KVFAZIADBRun::GetError_InternalBlockError | ( | ) | const |
Definition at line 138 of file KVFAZIADBRun.cpp.
Int_t KVFAZIADBRun::GetError_WrongNumberOfBlocks | ( | ) | const |
Definition at line 120 of file KVFAZIADBRun.cpp.
Definition at line 192 of file KVFAZIADBRun.cpp.
Int_t KVFAZIADBRun::GetGoodEvents | ( | ) | const |
Definition at line 102 of file KVFAZIADBRun.cpp.
Int_t KVFAZIADBRun::GetNumberOfAcqFiles | ( | ) | const |
Definition at line 156 of file KVFAZIADBRun.cpp.
Double_t KVFAZIADBRun::GetNumberOfTriggerBlocks | ( | ) | const |
Definition at line 246 of file KVFAZIADBRun.cpp.
Int_t KVFAZIADBRun::GetRutherfordCount | ( | ) | const |
Definition at line 264 of file KVFAZIADBRun.cpp.
Double_t KVFAZIADBRun::GetRutherfordCrossSection | ( | ) | const |
Definition at line 282 of file KVFAZIADBRun.cpp.
Double_t KVFAZIADBRun::GetTriggerRate | ( | ) | const |
Definition at line 210 of file KVFAZIADBRun.cpp.
initialize all fields
Definition at line 23 of file KVFAZIADBRun.cpp.
Definition at line 75 of file KVFAZIADBRun.cpp.
Definition at line 219 of file KVFAZIADBRun.cpp.
Definition at line 165 of file KVFAZIADBRun.cpp.
Definition at line 71 of file KVFAZIADBRun.h.
Definition at line 129 of file KVFAZIADBRun.cpp.
Definition at line 111 of file KVFAZIADBRun.cpp.
backwards compatibility for database. single runfile is added in constructor with run number.
Definition at line 63 of file KVFAZIADBRun.h.
Definition at line 183 of file KVFAZIADBRun.cpp.
Definition at line 93 of file KVFAZIADBRun.cpp.
Definition at line 147 of file KVFAZIADBRun.cpp.
Definition at line 237 of file KVFAZIADBRun.cpp.
Definition at line 255 of file KVFAZIADBRun.cpp.
Definition at line 273 of file KVFAZIADBRun.cpp.
Definition at line 75 of file KVFAZIADBRun.h.
Definition at line 67 of file KVFAZIADBRun.h.
Definition at line 201 of file KVFAZIADBRun.cpp.