]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALFastRecParticle.h
Bug corrections
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALFastRecParticle.h
index b8bbe997ada24f9c8fad60e197e555bf29d370d5..99f04f81ff82b0aa9a4cb9369df3889881920817 100644 (file)
@@ -14,7 +14,6 @@
 // --- ROOT system ---
 
 #include "TParticle.h"
-#include "TVector3.h"
 
 // --- Standard library ---
 
@@ -39,7 +38,7 @@ class AliEMCALFastRecParticle : public TParticle {
     return fIndexInList ; 
   } 
   virtual const Int_t GetNPrimaries() const {return 0 ;}
-  virtual const TParticle * GetPrimary(Int_t index=0) const  {return 0 ;} 
+  virtual const TParticle * GetPrimary(Int_t /*index=0*/) const  {return 0 ;} 
   const Int_t GetType() const { 
     // returns the type of the particle
     return fType ;