#include <TGo4ComCopyObject.h>
Inheritance diagram for TGo4ComCopyObject:
Public Methods | |
TGo4ComCopyObject () | |
TGo4ComCopyObject (const char *object, const char *target) | |
virtual | ~TGo4ComCopyObject () |
Int_t | ExeCom () |
Do the command action. More... | |
const char * | GetTargetName () const |
Access to string with the target object name. More... | |
void | SetTargetName (const char *name) |
Set the target object name under command. More... | |
Private Attributes | |
TString | fxTargetName |
Name of the copy target object. More... |
New object will be added to the specific dynamic list (for histograms, index, conditions, respectively), even if old object was not in it.
Definition at line 30 of file TGo4ComCopyObject.h.
|
Definition at line 31 of file TGo4ComCopyObject.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), SetTargetName(), and TRACE. |
|
Definition at line 20 of file TGo4ComCopyObject.cxx. References kGo4ComModeController, TGo4Command::SetProtection(), SetTargetName(), and TRACE. |
|
Definition at line 41 of file TGo4ComCopyObject.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 47 of file TGo4ComCopyObject.cxx. References TGo4Log::Debug(), TGo4Command::fxReceiverBase, TGo4AnalysisObjectCommand::GetObjectName(), GetTargetName(), and TRACE. |
|
Access to string with the target object name.
Definition at line 42 of file TGo4ComCopyObject.h. References fxTargetName. Referenced by ExeCom(). |
|
Set the target object name under command.
Definition at line 45 of file TGo4ComCopyObject.h. References fxTargetName. Referenced by TGo4ComCopyObject(). |
|
Name of the copy target object.
Definition at line 49 of file TGo4ComCopyObject.h. Referenced by GetTargetName(), and SetTargetName(). |