80 GO4TRACE((11,
"TGo4ComSetObject::ExeCom() - no receiver specified ERROR!",__LINE__, __FILE__));
116 fullname.Remove(0, 6);
125 if (par==0)
return -1;
128 buf = TString::Format(
"Parameter %s was set to new values.",
GetObjectName());
132 buf = TString::Format(
"SetObject - ERROR: failed to set parameter %s",
GetObjectName());
143 if(par==0)
return -1;
146 buf = TString::Format(
"Parameter %s was set to new values.",
GetObjectName());
150 buf = TString::Format(
"SetObject - ERROR: failed to set parameter %s",
GetObjectName());
161 if(conny==0)
return -1;
164 buf = TString::Format(
"Condition %s was set to new values.",
GetObjectName());
168 buf = TString::Format(
"SetCondition - ERROR: failed to set %s",
GetObjectName());
179 if(his==0)
return -1;
184 buf = TString::Format(
"Added new histogram %s to Go4 folders.",
GetObjectName());
187 buf = TString::Format(
"ERROR on adding new histogram %s ",
GetObjectName());
198 if(dyn==0)
return -1;
219 if(pic==0)
return -1;
223 buf = TString::Format(
"Picture %s was set to new values.",
GetObjectName());
226 buf = TString::Format(
"SetPicture - ERROR: failed to set %s",
GetObjectName());
241 buf = TString::Format(
"Added new object %s to Go4 folders.",
GetObjectName());
245 buf = TString::Format(
"ERROR on adding new object %s ",
GetObjectName());
Int_t ExeSetPar(TGo4Parameter *par)
void SetReceiverName(const char *)
virtual void SendStatusMessage(Int_t level, Bool_t printout, const TString &text)
TGo4CommandReceiver * fxReceiverBase
Bool_t SetParameter(const char *name, TGo4Parameter *par)
Int_t ExeSetHis(TH1 *his)
Int_t ExeSetParStatus(TGo4ParameterStatus *par)
TObject * GetAggregate(Bool_t chown=kTRUE)
void SetMessage(const char *nam)
Int_t ExeSetDyn(TGo4DynamicEntry *dyn)
virtual void Set(TGo4RemoteCommand *remcon)
Bool_t SetParameterStatus(const char *name, TGo4ParameterStatus *par)
void SetDynListInterval(Int_t val)
Bool_t AddHistogram(TH1 *his, const char *subfolder=0, Bool_t replace=kTRUE)
Bool_t SetAnalysisCondition(const char *name, TGo4Condition *con, Bool_t counter=kTRUE)
Go4ResultAction_t Action() const
virtual void Set(TGo4RemoteCommand *remcon)
const char * GetObjectName() const
TGo4AnalysisClient * fxClient
void SetNamesList(TGo4AnalysisObjectNames *n)
Bool_t AddObject(TNamed *anything, const char *subfolder=0, Bool_t replace=kTRUE)
TGo4AnalysisObjectResult * fxResult
virtual ~TGo4ComSetObject()
void SetObjectName(const char *name)
Bool_t IsEnabledProcessing() const
const char * GetFolderName() const
void SetProtection(Go4CommandMode_t m)
void SetObjectFullName(const char *nam)
void SetAction(Go4ResultAction_t com)
Int_t ExeSetPic(TGo4Picture *pic)
Bool_t SetPicture(const char *name, TGo4Picture *pic)
TGo4AnalysisObjectNames * GetNamesList() const
Int_t ExeSetCon(TGo4Condition *con)
void SendStatus(TGo4Status *stat, const char *receiver=0)
Bool_t AddDynamicEntry(TGo4DynamicEntry *entry)
Int_t ExeSetObj(TObject *ob)
static TGo4Analysis * Instance()
TFolder * GetObjectFolder()
Int_t GetDynListInterval() const
static void Debug(const char *text,...)