14#ifndef TGO4ANALYSISOBJECTRESULT_H 
   15#define TGO4ANALYSISOBJECTRESULT_H 
   69      void Print(Option_t *opt = 
"") 
const override;
 
 
Go4ResultAction_t
This status is sent back to GUI as a result structure after a command has been executed in analysis t...
 
Contains the name (key) list of all objects in the analysis scope.
 
const char * GetObjectFullName() const
 
TString fxFullName
not streamed, valid only inside analysis
 
TGo4AnalysisObjectResult()
 
Go4ResultAction_t fiAction
This contains an action token to execute on gui side.
 
TGo4AnalysisObjectNames * fxNamesList
Last state of the objects in analysis after modification.
 
Go4ResultAction_t Action() const
 
TGo4AnalysisObjectNames * GetNamesList(Bool_t chown=kTRUE)
Take out the nameslist.
 
const char * GetMessage() const
 
void SetObjectFullName(const char *nam)
 
void SetAction(Go4ResultAction_t com)
 
void Print(Option_t *opt="") const override
 
void SetMessage(const char *nam)
 
virtual ~TGo4AnalysisObjectResult()
 
void SetNamesList(TGo4AnalysisObjectNames *n)
 
TString fxMessage
Optional error or info message.