]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALRecPoint.h
Updating geometry for new scintillaton modules
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALRecPoint.h
index 2352e4d0637e7a02e4aeac762590a5086ecf9da8..e65c5fc627288ddb4d8daf76b6764934645dd504 100644 (file)
@@ -67,9 +67,7 @@ class AliEMCALRecPoint : public AliRecPoint {
     return kTRUE ; 
   }  
   virtual void    Paint(Option_t * option="");
-  virtual void    Print(Option_t * /*opt = "void"*/) const {
-    // Print prototype
-  } 
+  virtual void    Print(Option_t * ) const ; 
   
   AliEMCALRecPoint & operator = (const AliEMCALRecPoint & )  {
     Fatal("operator =", "not implemented") ;
@@ -92,7 +90,7 @@ protected:
          Float_t fTime ;             // Time of the digit with maximal energy deposition
          Float_t fCoreRadius;        // The radius in which the core energy is evaluated
 
-  ClassDef(AliEMCALRecPoint,4) // RecPoint for EMCAL (Base Class)
+  ClassDef(AliEMCALRecPoint,5) // RecPoint for EMCAL (Base Class)
  
 };