GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Object to sniff Go4 analysis It can obtain different events like log messages, ratemeter changes and so on Used in dabc plugin to catch different go4 events. More...
#include <TGo4AnalysisSniffer.h>
Public Member Functions | |
TGo4AnalysisSniffer () | |
virtual | ~TGo4AnalysisSniffer () |
ClassDef (TGo4AnalysisSniffer, 1) | |
virtual void | ProcessSnifferEvents () |
Hook function to execute action in context of analysis thread. | |
virtual void | RatemeterUpdate (TGo4Ratemeter *) |
Method called by analysis when ratemeter is updated. | |
virtual void | StatusMessage (int level, Bool_t printout, const TString &) |
Object to sniff Go4 analysis It can obtain different events like log messages, ratemeter changes and so on Used in dabc plugin to catch different go4 events.
Definition at line 27 of file TGo4AnalysisSniffer.h.
|
inline |
Definition at line 29 of file TGo4AnalysisSniffer.h.
Referenced by TGo4Sniffer::TGo4Sniffer(), and ClassDef().
|
inlinevirtual |
Definition at line 30 of file TGo4AnalysisSniffer.h.
TGo4AnalysisSniffer::ClassDef | ( | TGo4AnalysisSniffer | , |
1 | ) |
References TGo4AnalysisSniffer().
|
inlinevirtual |
Hook function to execute action in context of analysis thread.
Reimplemented in TGo4Sniffer.
Definition at line 38 of file TGo4AnalysisSniffer.h.
|
inlinevirtual |
Method called by analysis when ratemeter is updated.
Reimplemented in TGo4Sniffer.
Definition at line 33 of file TGo4AnalysisSniffer.h.
|
inlinevirtual |
Reimplemented in TGo4Sniffer.
Definition at line 35 of file TGo4AnalysisSniffer.h.