#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: Tue May 13 17:06:06 2008
Last generated: 2008-05-13 17:06
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.