1 #ifndef __JGIZMO__JROOTOBJECT__ 
    2 #define __JGIZMO__JROOTOBJECT__ 
   17 namespace JPP { 
using namespace JGIZMO; }
 
   39       label = 
get()->GetName();
 
   50                 const TString& __label):
 
   53       this->
label = __label;
 
   64       TString buffer(this->
label);
 
   69         buffer = buffer(0, pos);
 
   90     void Draw(
const std::string& option)
 const 
   92       this->
get()->
Draw(option.c_str());
 
TObject * __p
pointer to object 
 
JRootObject(TObject *__p)
Constructor. 
 
Auxiliary data structure for TObject with a user defined label. 
 
Template implementation of class that holds pointer to object(s). 
 
JRootObject(TObject *__p, const TString &__label)
Constructor. 
 
static const char LABEL_TERMINATOR
label terminator 
 
void Draw(const std::string &option) const 
Draw object. 
 
TString getLabel() const 
Get label. 
 
void setLabel(const TString &label)
Set label.