#ifndef ROO_SHARED_PROPERTY_LIST
#define ROO_SHARED_PROPERTY_LIST
#include "TObject.h"
#include <assert.h>
#include "RooRefCountList.h"
#include "RooSharedProperties.h"
class RooSharedPropertiesList : public TObject {
public:
RooSharedPropertiesList() ;
virtual ~RooSharedPropertiesList() ;
RooSharedProperties* registerProperties(RooSharedProperties*, Bool_t canDeleteIncoming=kTRUE) ;
void unregisterProperties(RooSharedProperties*) ;
protected:
RooRefCountList _propList ;
ClassDef(RooSharedPropertiesList,0)
};
#endif
Last change: Wed Jun 25 08:34:12 2008
Last generated: 2008-06-25 08:34
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.