#ifndef TCCLUSTER_H #define TCCLUSTER_H #include"TObject.h" class TCcluster : public TObject{ public: double x,y; ClassDef(TCcluster,1); }; #endif