]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPID.cxx
ParticleGuesser removed and replaced by PID
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPID.cxx
similarity index 86%
rename from PHOS/AliPHOSParticleGuesser.cxx
rename to PHOS/AliPHOSPID.cxx
index 55bdc8f23266080fb73484625b1d28b79f32a780..b7958b7d897cf8dc9c849345e1fd4747b7376754 100644 (file)
@@ -14,7 +14,7 @@
  **************************************************************************/
 
 //_________________________________________________________________________
-// To guess the type of particle detected in PHOS with or without the help 
+// To identify the type of particle detected in PHOS with or without the help 
 // from other detectors
 //*-- Author : Yves Schutz  SUBATECH 
 //////////////////////////////////////////////////////////////////////////////
 
 // --- AliRoot header files ---
 
-#include "AliPHOSParticleGuesser.h"
+#include "AliPHOSPID.h"
 
-ClassImp(AliPHOSParticleGuesser)
+ClassImp(AliPHOSPID)
 
 //____________________________________________________________________________
-AliPHOSParticleGuesser::AliPHOSParticleGuesser()
+AliPHOSPID::AliPHOSPID()
 {
   // ctor
 }
 
 //____________________________________________________________________________
-AliPHOSParticleGuesser::~AliPHOSParticleGuesser()
+AliPHOSPID::~AliPHOSPID()
 {
   // dtor
 }