]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSEmcRecPoint.h
Using EMCAL_COMPLETEV1 (Gustavo)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSEmcRecPoint.h
index eb8ea5b13f2c03965a90e4241531f5b3fa6bd883..bde637868d009cdb065f9740a863a55c29cd4e24 100644 (file)
@@ -44,6 +44,8 @@ public:
  
   virtual ~AliPHOSEmcRecPoint() ;  
 
+  virtual void Clear(const Option_t* /*option*/ ="") { delete[] fEnergyList; fEnergyList=0; AliPHOSRecPoint::Clear(); }
+
   //This virtual function has signature different from AliPHOSRecPoint::AddDigit
   //it hides, not overrides. using - declaration should fix the problem, at least for
   //g++