]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPoint.h
Changes done in order to remove compilation warnings
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.h
index 578449974921e796560b802852b26cd1778d8e32..a973c90e0a6517e50560bb88c23963663a21dae5 100644 (file)
@@ -44,6 +44,9 @@ class AliITSRecPoint : public TObject {
     void Print(ostream *os); 
     // Reads in the content of this class in the format of Print
     void Read(istream *is);
+    virtual void Print(Option_t *option="") const {TObject::Print(option);}
+    virtual Int_t Read(const char *name) {return TObject::Read(name);}
+
  public:
     Int_t     fTracks[3]; //labels of overlapped tracks
     Float_t   fX ;        //X of cluster