37 ClassImp(RooSharedProperties);
45 RooSharedProperties::RooSharedProperties() : _refCount(0), _inSharedList(kFALSE)
47 RooTrace::create(
this) ;
54 RooSharedProperties::RooSharedProperties(
const char* uuidstr) : _uuid(uuidstr), _refCount(0), _inSharedList(kFALSE)
56 RooTrace::create(
this) ;
64 RooSharedProperties::~RooSharedProperties()
66 RooTrace::destroy(
this) ;
74 Bool_t RooSharedProperties::operator==(
const RooSharedProperties& other)
76 return (_uuid==other._uuid) ;
83 void RooSharedProperties::Print(Option_t* )
const
85 cout <<
"RooSharedProperties(" <<
this <<
") UUID = " << _uuid.AsString() << endl ;