ULong_t Hash() const
Return hash value for this object.
 
virtual const char * GetName() const
Returns name of object.
 
virtual Int_t Compare(const TObject *obj) const
Compare abstract method.
 
const char * GetName() const override
Returns name of object.
 
ULong_t Hash() const override
Return hash value for this object.
 
Int_t Compare(const TObject *obj) const override
Compare two TNamed objects.
 
Mother of all ROOT objects.