]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSEvalRecPoint.h
reflect pass1 and pass2 OADB changes
[u/mrichter/AliRoot.git] / PHOS / AliPHOSEvalRecPoint.h
index 6282a89bd607bb5e7cbac11137e63967d470bf97..3469503443cfcbb2c66ccc79789f7bc65daa2a84 100644 (file)
@@ -6,9 +6,10 @@
 
 
 #include "AliPHOSCpvRecPoint.h"
-#include "AliPHOSClusterizer.h"
-#include "AliPHOSRecPoint.h"
-#include "AliPHOSRecManager.h"
+class AliPHOSClusterizer;
+class AliPHOSRecPoint;
+class AliPHOSRecManager;
+class TString;
 
 class AliPHOSEvalRecPoint : public AliPHOSCpvRecPoint
 {
@@ -42,7 +43,7 @@ public:
   AliPHOSClusterizer* GetClusterizer();
   AliPHOSRecManager* GetReconstructionManager() const;
   
-  void PrintPoint(Option_t* opt);
+  void PrintPoint();
 
   AliPHOSRecPoint* Parent();
   Float_t Chi2Dof() const;
@@ -70,22 +71,10 @@ private:
   Bool_t fIsCpv;    // true if CPV
   Int_t fParent;    // parent
   Float_t fChi2Dof; // chi^2 per degree of freedom
+  TString fEventFolderName; // Folder name
 
   ClassDef(AliPHOSEvalRecPoint,1)
 
 };
 
 #endif
-
-
-
-
-
-
-
-
-
-
-
-
-