34 PrintLine(
"G-OOOO-> Analysis Client Status Class %s Printout: <-OOOO-G", GetName());
35 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
43 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
45 PrintLine(
"G-OOOO-> END Analysis Client Status Class Printout END <-OOOO-G");
void Print(Option_t *opt="") const override
Double_t GetAvRate() const
Double_t fdAveRate
Average eventrate since last reset (events/sec).
Double_t fdTime
Time sum since last reset.
const char * GetDateTime() const
Bool_t IsAnalysisRunning() const
void SetRates(Double_t rate, Double_t average, ULong64_t counts, Double_t time)
ULong64_t GetCurrentCount() const
TString fxDateString
Time and date of the last update of this status as sql string.
const char * GetCurrentSource() const
virtual ~TGo4AnalysisClientStatus()
Double_t fdRate
Current eventrate (events/sec).
TGo4AnalysisClientStatus()
ULong64_t fuCurrentCount
Number of events processed since last start.
void Print(Option_t *opt="") const override
basic method to printout status information on stdout; to be overridden by specific subclass
static void PrintLine(const char *text,...)
Print single line of debug output with appropriate indent.