#include <TGo4ComClearObject.h>
Public Member Functions | |
TGo4ComClearObject () | |
TGo4ComClearObject (const char *obname) | |
virtual | ~TGo4ComClearObject () |
virtual Int_t | ExeCom () |
Calls Clear() method of client object, if object of this name exists. Object will be searched in dynamic lists first, then in entire root registry. Useful to clear histogram contents, e.g.
Definition at line 26 of file TGo4ComClearObject.h.
TGo4ComClearObject::TGo4ComClearObject | ( | ) |
Definition at line 20 of file TGo4ComClearObject.cxx.
References GO4TRACE, kGo4ComModeController, TGo4Command::SetProtection(), and TGo4Command::SetReceiverName().
TGo4ComClearObject::TGo4ComClearObject | ( | const char * | obname | ) |
Definition at line 31 of file TGo4ComClearObject.cxx.
References GO4TRACE, kGo4ComModeController, TGo4Command::SetProtection(), and TGo4Command::SetReceiverName().
TGo4ComClearObject::~TGo4ComClearObject | ( | ) | [virtual] |
Definition at line 43 of file TGo4ComClearObject.cxx.
References GO4TRACE.
Int_t TGo4ComClearObject::ExeCom | ( | ) | [virtual] |
Do the command action
Reimplemented from TGo4Command.
Definition at line 50 of file TGo4ComClearObject.cxx.
References TGo4Analysis::ClearObjects(), TGo4Log::Debug(), TGo4Command::fxReceiverBase, TGo4AnalysisObjectCommand::GetObjectName(), GO4TRACE, TGo4Analysis::Instance(), and TGo4AnalysisClient::SendStatusMessage().