17#include "TGo4AnalysisClientImp.h"
18#include "TGo4AnalysisObjectNames.h"
19#include "TGo4AnalysisImp.h"
23 GO4TRACE((12,
"TGo4ComGetNamesList::TGo4ComGetNamesList() ctor",__LINE__, __FILE__));
33 GO4TRACE((12,
"TGo4ComGetNamesList::ExeCom()",__LINE__, __FILE__));
37 GO4TRACE((11,
"TGo4ComGetNamesList::ExeCom() - no receiver specified ERROR!",__LINE__, __FILE__));
38 TGo4Log::Debug(
" !!! ComGetNamesList ''%s'': NO RECEIVER ERROR!!!",GetName());
46 ana->UpdateNamesList();
void SendStatusMessage(Int_t level, Bool_t printout, const TString &text) override
Send message to gui.
Contains the name (key) list of all objects in the analysis scope.
static TGo4Analysis * Instance()
return analysis instance
Int_t ExeCom() override
Do the command action.
void SetDescription(const char *)
void SetReceiverName(const char *)
const char * GetTaskName() const
TGo4CommandReceiver * fxReceiverBase
static void Debug(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 0.
void SendObject(TObject *obj, const char *receiver=nullptr)
Send object via data channel to the server.