#include <TGo4ComGetCurrentEvent.h>
Inheritance diagram for TGo4ComGetCurrentEvent:
Public Member Functions | |
TGo4ComGetCurrentEvent () | |
TGo4ComGetCurrentEvent (const char *obname) | |
virtual | ~TGo4ComGetCurrentEvent () |
Int_t | ExeCom () |
Do the command action. | |
virtual void | Set (TGo4RemoteCommand *remcon) |
Set internals of this command from specification of external remote command (command container). | |
Bool_t | IsOutputEvent () const |
void | SetOutputEvent (Bool_t output=kTRUE) |
Bool_t | IsPrintoutOnly () const |
void | SetPrintoutOnly (Bool_t on=kTRUE) |
Bool_t | IsTreeMode () const |
void | SetTreeMode (Bool_t on=kTRUE) |
Private Attributes | |
Bool_t | fbOutputEvent |
If true output event is searched, otherwise input event of step. | |
Bool_t | fbPrintoutOnly |
If true, the event will not be sent but content is shown on analysis terminal. | |
Bool_t | fbTreeMode |
If true, event will be put into tree before showing; otherwise use PrintEvent method or send event directly. |
Object name is name of the analysis step that owns the event. By default, the output event of that step is taken. If no such analysis step, the event is searched by name in the eventstructure folder. Event will be filled in a temporary tree that is send to the gui. Any user event display may apply this command.
Definition at line 33 of file TGo4ComGetCurrentEvent.h.
|
Definition at line 35 of file TGo4ComGetCurrentEvent.cxx. References TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 26 of file TGo4ComGetCurrentEvent.cxx. References TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 44 of file TGo4ComGetCurrentEvent.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 50 of file TGo4ComGetCurrentEvent.cxx. References TGo4Analysis::CreateSingleEventTree(), TGo4Log::Debug(), TGo4Command::fxReceiverBase, TGo4Analysis::GetEventStructure(), TGo4Analysis::GetInputEvent(), TGo4AnalysisObjectCommand::GetObjectName(), TGo4Analysis::GetOutputEvent(), TGo4Command::GetTaskName(), TGo4Analysis::Instance(), IsOutputEvent(), IsPrintoutOnly(), IsTreeMode(), TGo4EventElement::PrintEvent(), TGo4Slave::SendObject(), TGo4Slave::SendStatusMessage(), TGo4Analysis::ShowEvent(), and TRACE. |
|
Set internals of this command from specification of external remote command (command container). Must be overloaded for each specific command! Reimplemented from TGo4AnalysisObjectCommand. Definition at line 123 of file TGo4ComGetCurrentEvent.cxx. References fbOutputEvent, fbPrintoutOnly, fbTreeMode, TGo4RemoteCommand::GetValue(), and TGo4AnalysisObjectCommand::Set(). |
|
Definition at line 50 of file TGo4ComGetCurrentEvent.h. References fbOutputEvent. Referenced by ExeCom(). |
|
Definition at line 52 of file TGo4ComGetCurrentEvent.h. References fbOutputEvent. |
|
Definition at line 54 of file TGo4ComGetCurrentEvent.h. References fbPrintoutOnly. Referenced by ExeCom(). |
|
Definition at line 56 of file TGo4ComGetCurrentEvent.h. References fbPrintoutOnly. |
|
Definition at line 58 of file TGo4ComGetCurrentEvent.h. References fbTreeMode. Referenced by ExeCom(). |
|
Definition at line 60 of file TGo4ComGetCurrentEvent.h. References fbTreeMode. |
|
If true output event is searched, otherwise input event of step.
Definition at line 66 of file TGo4ComGetCurrentEvent.h. Referenced by IsOutputEvent(), Set(), and SetOutputEvent(). |
|
If true, the event will not be sent but content is shown on analysis terminal.
Definition at line 69 of file TGo4ComGetCurrentEvent.h. Referenced by IsPrintoutOnly(), Set(), and SetPrintoutOnly(). |
|
If true, event will be put into tree before showing; otherwise use PrintEvent method or send event directly.
Definition at line 73 of file TGo4ComGetCurrentEvent.h. Referenced by IsTreeMode(), Set(), and SetTreeMode(). |