]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSPpsdRecPoint.h
Clean up to correct for the mess introduced by my eratic branching !
[u/mrichter/AliRoot.git] / PHOS / AliPHOSPpsdRecPoint.h
index af1846b75feff96b9188a1425c00be26cdb39c5b..9ed2fc3df6b59b5a00de3f58e6f6d28170d1b4b1 100644 (file)
@@ -35,8 +35,9 @@ public:
   void  GetLocalPosition(TVector3 &LPos) ; // computes the position in the module of the cluster center 
                                            //projection of ALICE axes on PHOS Module, y = 0 .
   Bool_t GetUp() ;               // true if cluster is in upper ppsd 
-  Bool_t      IsEmc(void) {return kFALSE ; } 
-  Bool_t  IsSortable() const { return kTRUE ; }
+  Bool_t IsEmc(void) {return kFALSE ; } 
+  Bool_t IsSortable() const { return kTRUE ; }
+  virtual void  Paint(Option_t * option="");
   void Print(Option_t * opt = "void") ; 
 
   //  AliPHOSPpsdRecPoint&  operator = (AliPHOSPpsdRecPoint Clu) ;