]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSReconstructor.h
Various code optimization:
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructor.h
index c259a0ca6b665f745c7382e468f706d8db6210a7..3421bb084da80ccf6530631a5c60b45cdfc990ac 100644 (file)
@@ -51,6 +51,7 @@
 #include "AliPHOSRecoParamCpv.h"
 class AliPHOSDigitizer ;
 class AliPHOSClusterizer ;
+class AliPHOSClusterizerv1 ;
 class AliPHOSTrackSegmentMaker ;
 class AliPHOSPID ;
 class AliPHOSSDigitizer ;
@@ -121,8 +122,9 @@ private:
   static AliPHOSRecoParam *fgkRecoParamEmc; // reconstruction parameters for EMC
   static AliPHOSRecoParam *fgkRecoParamCpv; // reconstruction parameters for EMC
   AliPHOSGeometry         *fGeom;           // pointer to the PHOS geometry
+  AliPHOSClusterizerv1    *fClusterizer;    //! PHOS clusterizer
 
-  ClassDef(AliPHOSReconstructor,4)  // PHOS Reconstruction class
+  ClassDef(AliPHOSReconstructor,5)  // PHOS Reconstruction class
 
 };