#include <TGo4EventProcStatus.h>
Inheritance diagram for TGo4EventProcStatus:
Public Methods | |
TGo4EventProcStatus () | |
TGo4EventProcStatus (TGo4EventProcessor *ev) | |
virtual | ~TGo4EventProcStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
Int_t | GetEventType () const |
Private Attributes | |
Int_t | fiEventType |
type of the condition inside condition array. More... |
To be used in gui to decide the type of the remote object visible in browser.
Definition at line 29 of file TGo4EventProcStatus.h.
|
Definition at line 23 of file TGo4EventProcStatus.cxx. |
|
Definition at line 27 of file TGo4EventProcStatus.cxx. |
|
Definition at line 32 of file TGo4EventProcStatus.cxx. |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4ObjectStatus. Definition at line 36 of file TGo4EventProcStatus.cxx. References TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4ObjectStatus::PrintStatus(), and TRACE. |
|
Definition at line 43 of file TGo4EventProcStatus.h. References fiEventType. |
|
type of the condition inside condition array. zero if condition is no array. Definition at line 48 of file TGo4EventProcStatus.h. Referenced by GetEventType(). |