#ifndef _rooBasicType_h #define _rooBasicType_h #ifndef _rooAttributeType_h #include "rooAttributeType.h" #endif // // ROOT wrappers around ActiveSchema classes ( see ooas.h ) // //////////////////////////////////////////////////////////////////////////////// class rooBasicType : public rooAttributeType { public: rooBasicType(); rooBasicType(void* imp) { setImp(imp); } virtual ~rooBasicType(); Int_t base_type() const; virtual Bool_t is_basic_type() const; ClassDef(rooBasicType,0) // corresponds to Basic_Type }; #endif // _rooBasicType_h