17#include "TGo4AnalysisClientImp.h"
18#include "TGo4RuntimeException.h"
19#include "TGo4AnalysisImp.h"
20#include "TGo4RemoteCommand.h"
25 GO4TRACE((12,
"TGo4ComLoadAnalysisStatus::TGo4ComLoadAnalysisStatus() ctor",__LINE__, __FILE__));
35 GO4TRACE((12,
"TGo4ComLoadAnalysisStatus::TGo4ComLoadAnalysisStatus() ctor",__LINE__, __FILE__));
50 GO4TRACE((12,
"TGo4ComLoadAnalysisStatus::ExeCom()",__LINE__, __FILE__));
54 GO4TRACE((11,
"TGo4ComLoadAnalysisStatus::ExeCom() - no receiver specified ERROR!",__LINE__, __FILE__));
55 TGo4Log::Debug(
" !!! ComLoadAnalysisStatus ''%s'': NO RECEIVER ERROR!!!",GetName());
59 GO4TRACE((11,
"TGo4ComLoadAnalysisStatus::ExeCom() - found valid receiver",__LINE__, __FILE__));
67 "Loaded analysis status from file %s.",
GetFileName()));
72 "ERROR on Loading analysis status from file %s",
GetFileName()));
79 " %s ERROR no analysis", GetName()));
void SendStatusMessage(Int_t level, Bool_t printout, const TString &text) override
Send message to gui.
static TGo4Analysis * Instance()
return analysis instance
static const char * fgcDEFAULTSTATUSFILENAME
standard file name for analysis settings
const char * GetFileName() const
Access to the object name under command.
void SetFileName(const char *name)
Set the object name under command.
TGo4ComLoadAnalysisStatus()
void Set(TGo4RemoteCommand *remcon) override
Set internals of this command from specification of external remote command (command container).
Int_t ExeCom() override
Do the command action.
void SetProtection(Go4CommandMode_t m)
void SetReceiverName(const char *)
TGo4CommandReceiver * fxReceiverBase
static void Debug(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 0.
This command is a container for commands to be send from master to slave via inter-process transport.
const char * GetString(Int_t i) const