#include "TObject.h" class AA : public TObject{ private: Int_t x,y; public: AA(); AA(Int_t x_, Int_t y_); ~AA(); Bool_t operator==(const AA& a, const AA& b); ClassDef(AA,1); };