#ifndef _rooProperyType_h #define _rooProperyType_h #ifndef _rooType_h #include "rooType.h" #endif // // ROOT wrappers around ActiveSchema classes ( see ooas.h ) // //////////////////////////////////////////////////////////////////////////////// class rooPropertyType : public rooType { public: rooPropertyType(); rooPropertyType(void* imp) { setImp(imp); } virtual ~rooPropertyType() {} // virtual operator size_t() const; virtual Int_t type_number() const; virtual UInt_t id() const; ClassDef(rooPropertyType,0) // corresponds to Property_Type }; #endif // _rooProperyType_h