#ifndef _rooCollectionObject_h #define _rooCollectionObject_h #ifndef _rooPersistentDataObject_h #include "rooPersistentDataObject.h" #endif // // ROOT wrappers around ActiveSchema classes ( see ooas.h ) // //////////////////////////////////////////////////////////////////////////////// class rooCollectionObject : public rooPersistentDataObject { public: rooCollectionObject(); rooCollectionObject(void* imp) { setImp(imp); } virtual ~rooCollectionObject() {} ClassDef(rooCollectionObject,0) // corresponds to Collection_Object }; #endif // _rooCollectionObject_h