77  std::cout << 
"RooSharedProperties(" << 
this << 
") UUID = " << 
_uuid.
AsString() << std::endl ;
 
 
Class RooSharedProperties is the base class for shared properties that can be stored in RooSharedProp...
 
bool operator==(const RooSharedProperties &other) const
Return true of unique id of this property is equal to that of other.
 
~RooSharedProperties() override
Destructor.
 
RooSharedProperties()
Default constructor.
 
TUUID _uuid
Unique object ID.
 
void Print(Option_t *opts=nullptr) const override
Printing interface.
 
static void destroy(const TObject *obj)
Register deletion of object 'obj'.
 
static void create(const TObject *obj)
Register creation of object 'obj'.
 
const char * AsString() const
Return UUID as string. Copy string immediately since it will be reused.