]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPID.cxx
New class AliPHOSCpvRecPoint
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPID.cxx
index b7958b7d897cf8dc9c849345e1fd4747b7376754..c369710eac689f40456d30c5d0ed63033e274c8c 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 //_________________________________________________________________________
-// To identify the type of particle detected in PHOS with or without the help 
-// from other detectors
-//*-- Author : Yves Schutz  SUBATECH 
-//////////////////////////////////////////////////////////////////////////////
+//  Algorithm class for the identification of particles detected in PHOS        
+//  base  class                             
+//                  
+//*-- Author: Yves Schutz (SUBATECH)
+
 
 // --- ROOT system ---
 
@@ -37,6 +40,8 @@ ClassImp(AliPHOSPID)
 AliPHOSPID::AliPHOSPID()
 {
   // ctor
+  fGeom = AliPHOSGeometry::GetInstance() ;
+
 }
 
 //____________________________________________________________________________