Go to the documentation of this file. 1 #ifndef __JGIZMO__JROOTOBJECT__
2 #define __JGIZMO__JROOTOBJECT__
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());
TString getLabel() const
Get label.
virtual TObject * get() const
Get pointer.
void Draw(const std::string &option) const
Draw object.
TObject * __p
pointer to object
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Template implementation of class that holds pointer to object(s).
Auxiliary data structure for TObject with a user defined label.
JRootObject(TObject *__p, const TString &__label)
Constructor.
void setLabel(const TString &label)
Set label.
static const char LABEL_TERMINATOR
label terminator
JRootObject(TObject *__p)
Constructor.
Auxiliary applications for use of ROOT and more.
Auxiliary classes and methods for language specific functionality.