#include <TGo4ObjEnvelope.h>
Public Methods | |
TGo4ObjEnvelope () | |
TGo4ObjEnvelope (TObject *obj, const char *name, const char *folder) | |
virtual | ~TGo4ObjEnvelope () |
const char * | GetObjName () const |
const char * | GetObjFolder () const |
TObject * | GetObject () const |
TObject * | TakeObject () |
Protected Attributes | |
TObject * | fxObject |
TString | fxObjName |
TString | fxObjFolder |
Bool_t | fbOwner |
this flag true when envelope created via default constructor in this case object, included in envelope should be destroyed in envelope itself. More... |
|
Definition at line 18 of file TGo4ObjEnvelope.cxx. |
|
Definition at line 27 of file TGo4ObjEnvelope.cxx. |
|
Definition at line 36 of file TGo4ObjEnvelope.cxx. |
|
Definition at line 27 of file TGo4ObjEnvelope.h. References fxObjName. |
|
Definition at line 28 of file TGo4ObjEnvelope.h. References fxObjFolder. |
|
Definition at line 30 of file TGo4ObjEnvelope.h. References fxObject. |
|
Definition at line 44 of file TGo4ObjEnvelope.cxx. |
|
Definition at line 35 of file TGo4ObjEnvelope.h. Referenced by GetObject(), TakeObject(), and ~TGo4ObjEnvelope(). |
|
Definition at line 36 of file TGo4ObjEnvelope.h. Referenced by GetObjName(). |
|
Definition at line 37 of file TGo4ObjEnvelope.h. Referenced by GetObjFolder(). |
|
this flag true when envelope created via default constructor in this case object, included in envelope should be destroyed in envelope itself.
Definition at line 42 of file TGo4ObjEnvelope.h. Referenced by TakeObject(), and ~TGo4ObjEnvelope(). |