]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPID.h
Removing cout from AliPHOSv0hits::AddHit(Int_t, Int_t, Float_t *)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPID.h
index f538eb0d1dea7a4ca81754f85a1803807ce829b6..e8efc91459e49621f9af784cf968f2dcc3275780 100644 (file)
@@ -5,15 +5,11 @@
                             
 /* $Id$ */
 
-////////////////////////////////////////////////
-//  Algorithme class for the identification of//
-//          particles detected in PHOS        //
-//  base  class                               //
-//  Version SUBATECH                          //
-//  Author Yves Schutz     SUBATECH           //
-//                                            //  
-//   pABC                                     //
-////////////////////////////////////////////////
+//_________________________________________________________________________
+//  Algorithm class for the identification of particles detected in PHOS        
+//  base  class                             
+//                  
+//*-- Author: Yves Schutz (SUBATECH)
 
 // --- ROOT system ---
 
 
 // --- AliRoot header files ---
 
-#include "AliPHOSTrackSegmentMaker.h"
+#include "AliPHOSTrackSegment.h"
+#include "AliPHOSRecParticle.h"
 
 
-typedef TClonesArray RecParticlesList ; 
 
 class AliPHOSPID : public TObject {
 
@@ -40,7 +36,7 @@ public:
   virtual void SetShowerProfileCuts(Float_t, Float_t, Float_t, Float_t) {} ; 
   virtual void SetDispersionCutOff(Float_t ) {}    
 
-  ClassDef(AliPHOSPID,1)  // Particle Identifier interface, version 1
+  ClassDef(AliPHOSPID,1)  // Particle Identifier algorithm (base class)
 
 } ;