16 #ifndef ROO_CATEGORY_SHARED_PROPERTY
17 #define ROO_CATEGORY_SHARED_PROPERTY
22 class RooCategorySharedProperties :
public RooSharedProperties {
25 RooCategorySharedProperties() ;
26 RooCategorySharedProperties(
const char* uuidstr) ;
27 RooCategorySharedProperties(
const RooCategorySharedProperties& other) ;
28 virtual ~RooCategorySharedProperties() ;
30 RooSharedProperties* clone() {
return new RooCategorySharedProperties(*
this) ; }
34 friend class RooCategory ;
36 RooLinkedList _altRanges ;
38 ClassDef(RooCategorySharedProperties,1)