#include <TGo4ComSetStore.h>
Inheritance diagram for TGo4ComSetStore:
Public Methods | |
TGo4ComSetStore () | |
TGo4ComSetStore (const char *stepname, TGo4EventStoreParameter *newstore) | |
virtual | ~TGo4ComSetStore () |
Int_t | ExeCom () |
Do the command action. More... | |
TGo4EventStoreParameter * | GetStorePar () const |
Access to the new event source parameter. More... | |
void | SetStorePar (TGo4EventStoreParameter *par) |
Set the event source parameter. More... | |
Private Attributes | |
TGo4EventStoreParameter * | fxStorePar |
The old store is deleted (closed) and a new store is created; this happens in between two event processings.
Definition at line 29 of file TGo4ComSetStore.h.
|
Definition at line 32 of file TGo4ComSetStore.cxx. References fxStorePar, TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 22 of file TGo4ComSetStore.cxx. References fxStorePar, TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 41 of file TGo4ComSetStore.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 47 of file TGo4ComSetStore.cxx. References TGo4Log::Debug(), TGo4AnalysisStepCommand::fgcDEFAULTSTEP, TGo4Command::fxReceiverBase, TGo4AnalysisStepCommand::GetStepName(), GetStorePar(), TGo4Analysis::Instance(), TGo4Analysis::NewStepStore(), TGo4Slave::SendStatusMessage(), and TRACE. |
|
Access to the new event source parameter.
Definition at line 41 of file TGo4ComSetStore.h. References fxStorePar. Referenced by ExeCom(). |
|
Set the event source parameter.
Definition at line 44 of file TGo4ComSetStore.h. References fxStorePar. |
|
Definition at line 47 of file TGo4ComSetStore.h. Referenced by GetStorePar(), SetStorePar(), and TGo4ComSetStore(). |