]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSEmcRecPoint.h
This is a MAJOR modification:
[u/mrichter/AliRoot.git] / PHOS / AliPHOSEmcRecPoint.h
index 6f77dfee9a56a02dc074bea8fc920937102c03d9..6a727b13ff153b319b733982ada769db45322624 100644 (file)
@@ -29,9 +29,9 @@ public:
 
   AliPHOSEmcRecPoint(){} ;                    
   AliPHOSEmcRecPoint(Float_t W0, Float_t LocMaxCut) ;
-  virtual ~AliPHOSEmcRecPoint(){} 
+  virtual ~AliPHOSEmcRecPoint() ;  
 
-  void        AddDigit(AliDigitNew & digit, Float_t Energy) ;  // add a digit to the digits list  
+  virtual void  AddDigit(AliPHOSDigit & digit, Float_t Energy) ;  // add a digit to the digits list  
   Int_t       Compare(TObject * obj) ;                         // method for sorting  
   
   Float_t     GetDelta (){ return fDelta ; }    
@@ -57,12 +57,11 @@ private:
 
   Bool_t AreNeighbours(AliPHOSDigit * digit1, AliPHOSDigit * digit2 ) ;
 
-  Float_t  fDelta ;        // parameter used to sort the clusters    
-  Float_t  fLocMaxCut ;    // minimum energy difference to distinguish two maxima 
-  Float_t  *fEnergyList ;  // energy of digits
-  Float_t  fW0 ;           // logarithmic weight factor for center of gravity calculation
-  TArrayI *fTest ; 
-
+  Float_t  fDelta ;          // parameter used to sort the clusters    
+  Float_t  *fEnergyList ;    // energy of digits
+  Float_t  fLocMaxCut ;      // minimum energy difference to distinguish two maxima 
+  Float_t  fW0 ;             // logarithmic weight factor for center of gravity calculation
+  
   ClassDef(AliPHOSEmcRecPoint,1)  // EMC RecPoint (cluster)
 
 };