GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
#include <TGo4AnalysisClientStatus.h>
Public Member Functions | |
TGo4AnalysisClientStatus () | |
TGo4AnalysisClientStatus (const char *name) | |
virtual | ~TGo4AnalysisClientStatus () |
Double_t | GetAvRate () const |
ULong64_t | GetCurrentCount () const |
const char * | GetCurrentSource () const |
const char * | GetDateTime () const |
Double_t | GetRate () const |
Double_t | GetTime () const |
Bool_t | IsAnalysisRunning () const |
void | Print (Option_t *opt="") const override |
![]() | |
TGo4ClientStatus () | |
virtual | ~TGo4ClientStatus () |
void | Print (Option_t *opt="") const override |
basic method to printout status information on stdout; to be overridden by specific subclass | |
![]() | |
TGo4TaskStatus () | |
virtual | ~TGo4TaskStatus () |
TGo4TaskHandlerStatus * | GetTaskHandlerStatus () const |
Bool_t | IsAppBlocking () const |
Bool_t | IsAutoCreate () const |
Bool_t | IsAutoStart () const |
Bool_t | IsInitDone () const |
Bool_t | IsTerminating () const |
void | Print (Option_t *opt="") const override |
method to printout status information on stdout; | |
![]() | |
TGo4Status () | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
virtual | ~TGo4Status () |
void | Print (Option_t *opt="") const override |
virtual Int_t | PrintStatus (Text_t *buffer=nullptr, Int_t buflen=0) |
DEPRECATED - please use Print(Option_t *) signature basic method to printout status information on stdout; to be overridden by specific subclass. | |
Private Member Functions | |
void | SetCurrentSource (const char *name) |
void | SetRates (Double_t rate, Double_t average, ULong64_t counts, Double_t time) |
void | SetRunning (Bool_t on) |
Private Attributes | |
Bool_t | fbAnalysisRunning {kFALSE} |
True running state of analysis, independent of event rate. | |
Double_t | fdAveRate {0} |
Average eventrate since last reset (events/sec). | |
Double_t | fdRate {0} |
Current eventrate (events/sec). | |
Double_t | fdTime {0} |
Time sum since last reset. | |
ULong64_t | fuCurrentCount {0} |
Number of events processed since last start. | |
TString | fxDateString |
Time and date of the last update of this status as sql string. | |
TString | fxEventSource |
Name of eventsource of first step / current filelist name. | |
Friends | |
class | TGo4AnalysisClient |
Additional Inherited Members | |
![]() | |
enum | { kGo4NoReset = BIT(20) , kGo4CanDelete = BIT(21) , kGo4BackStoreReset = BIT(22) } |
Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc. More... | |
![]() | |
static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
Print text with variable expression into buffer. | |
static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
Insert indentation blanks into text buffer. | |
static void | PrintLine (const char *text,...) |
Print single line of debug output with appropriate indent. | |
![]() | |
TGo4ClientStatus (const char *name) | |
void | SetNames (const char *serverhost) |
![]() | |
TGo4TaskStatus (const char *name) | |
void | SetFlags (Bool_t blocking, Bool_t autocreate, Bool_t autostart, Bool_t terminating, Bool_t initdone) |
void | SetTaskHandlerStatus (TGo4TaskHandlerStatus *thstate) |
![]() | |
TString | fxServerHostName |
hostname of server machine | |
![]() | |
Bool_t | fbAppBlocking {kFALSE} |
Bool_t | fbAutoCreate {kFALSE} |
Bool_t | fbAutoStart {kFALSE} |
Bool_t | fbInitDone {kFALSE} |
Bool_t | fbTerminating {kFALSE} |
TGo4TaskHandlerStatus * | fxTaskHandlerStatus {nullptr} |
aggregationByValue 1 | |
Definition at line 21 of file TGo4AnalysisClientStatus.h.
TGo4AnalysisClientStatus::TGo4AnalysisClientStatus | ( | ) |
Definition at line 18 of file TGo4AnalysisClientStatus.cxx.
References TGo4ClientStatus::TGo4ClientStatus().
TGo4AnalysisClientStatus::TGo4AnalysisClientStatus | ( | const char * | name | ) |
Definition at line 23 of file TGo4AnalysisClientStatus.cxx.
References TGo4ClientStatus::TGo4ClientStatus().
|
virtual |
Definition at line 28 of file TGo4AnalysisClientStatus.cxx.
|
inline |
Definition at line 35 of file TGo4AnalysisClientStatus.h.
References fdAveRate.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), and Print().
|
inline |
Definition at line 39 of file TGo4AnalysisClientStatus.h.
References fuCurrentCount.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), Print(), and TGo4RootBrowserProxy::UpdateRatemeter().
|
inline |
Definition at line 43 of file TGo4AnalysisClientStatus.h.
References fxEventSource.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), and Print().
|
inline |
Definition at line 41 of file TGo4AnalysisClientStatus.h.
References fxDateString.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), Print(), and TGo4RootBrowserProxy::UpdateRatemeter().
|
inline |
Definition at line 33 of file TGo4AnalysisClientStatus.h.
References fdRate.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), Print(), and TGo4RootBrowserProxy::UpdateRatemeter().
|
inline |
Definition at line 37 of file TGo4AnalysisClientStatus.h.
References fdTime.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), Print(), and TGo4RootBrowserProxy::UpdateRatemeter().
|
inline |
Definition at line 45 of file TGo4AnalysisClientStatus.h.
References fbAnalysisRunning.
Referenced by TGo4AnalysisStatusMonitor::linkedObjectUpdated(), Print(), TGo4AnalysisProxy::ReceiveStatus(), and TGo4RootBrowserProxy::UpdateRatemeter().
|
override |
Definition at line 32 of file TGo4AnalysisClientStatus.cxx.
References GetAvRate(), GetCurrentCount(), GetCurrentSource(), GetDateTime(), GetRate(), GetTime(), IsAnalysisRunning(), TGo4ClientStatus::Print(), and TGo4Status::PrintLine().
|
inlineprivate |
Definition at line 52 of file TGo4AnalysisClientStatus.h.
References fxEventSource.
Referenced by TGo4AnalysisClient::UpdateStatus().
|
private |
Definition at line 48 of file TGo4AnalysisClientStatus.cxx.
References fdAveRate, fdRate, fdTime, fuCurrentCount, and fxDateString.
Referenced by TGo4AnalysisClient::UpdateStatus().
|
inlineprivate |
Definition at line 54 of file TGo4AnalysisClientStatus.h.
References fbAnalysisRunning.
Referenced by TGo4AnalysisClient::UpdateStatus().
|
friend |
Definition at line 23 of file TGo4AnalysisClientStatus.h.
References TGo4AnalysisClient.
Referenced by TGo4AnalysisClient.
|
private |
True running state of analysis, independent of event rate.
Definition at line 75 of file TGo4AnalysisClientStatus.h.
Referenced by IsAnalysisRunning(), and SetRunning().
|
private |
Average eventrate since last reset (events/sec).
Definition at line 63 of file TGo4AnalysisClientStatus.h.
Referenced by GetAvRate(), and SetRates().
|
private |
Current eventrate (events/sec).
Definition at line 60 of file TGo4AnalysisClientStatus.h.
Referenced by GetRate(), and SetRates().
|
private |
Time sum since last reset.
in s.
Definition at line 66 of file TGo4AnalysisClientStatus.h.
Referenced by GetTime(), and SetRates().
|
private |
Number of events processed since last start.
Definition at line 57 of file TGo4AnalysisClientStatus.h.
Referenced by GetCurrentCount(), and SetRates().
|
private |
Time and date of the last update of this status as sql string.
Definition at line 69 of file TGo4AnalysisClientStatus.h.
Referenced by GetDateTime(), and SetRates().
|
private |
Name of eventsource of first step / current filelist name.
Definition at line 72 of file TGo4AnalysisClientStatus.h.
Referenced by GetCurrentSource(), and SetCurrentSource().