1 #ifndef __JGIZMO__JROOTOBJECT__ 
    2 #define __JGIZMO__JROOTOBJECT__ 
   17 namespace JPP { 
using namespace JGIZMO; }
 
   41       label = 
get()->GetName();
 
   52                 const TString& __label):
 
   55       this->
label = __label;
 
   66       TString buffer(this->
label);
 
   71         buffer = buffer(0, pos);
 
   92     void Draw(
const std::string& option)
 const 
   94       this->
get()->
Draw(option.c_str());
 
JClass_t * __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.