]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliRecPoint.h
Pure virtual method replaced temporarily by dummy one
[u/mrichter/AliRoot.git] / STEER / AliRecPoint.h
index 473f8a9c6f658465ec199a694aab21649f67ef29..254a528be193d3e4e5038962342e9d4df202f13c 100644 (file)
@@ -50,7 +50,8 @@ public:
   virtual Int_t GetMaximumDigitMultiplicity() const { return  fMaxDigit; } 
   virtual Int_t GetMaximumTrackMultiplicity() const { return  fMaxTrack; } 
   virtual Int_t GetTracksMultiplicity(void) const { return fMulTrack ; }
-  virtual void  Print(Option_t * opt = "void") = 0 ; 
+  //PH  virtual void  Print(Option_t * opt = "void") = 0 ; 
+  virtual void  Print(Option_t * opt = "void") {;} 
   AliRecPoint & operator= (const AliRecPoint &recp);
   void          SetIndexInList(Int_t val) { fIndexInList = val ; }