]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRecPoint.h
Removed ExB calibration, it is calculated online (Marian)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRecPoint.h
index c49f70bee040b68d99e69579b799c5bf4e0dbaca..eb099cc48368a040066927257bab33313b90dd4a 100644 (file)
@@ -41,9 +41,9 @@ class AliPHOSRecPoint : public AliCluster {
   virtual Int_t   DistancetoPrimitive(Int_t px, Int_t py);
   virtual void    Draw(Option_t * option="") ;
   virtual void    ExecuteEvent(Int_t event, Int_t px, Int_t py) ;
-  void            EvalAll(TClonesArray * digits) ;  
+  virtual void    EvalAll(TClonesArray * digits) ;  
+  void            EvalLocal2TrackingCSTransform();
   virtual void    EvalPHOSMod(AliPHOSDigit * digit) ;  
-  virtual void    EvalPrimaries(TClonesArray * digits) ;
   virtual int *   GetDigitsList(void) const { return fDigitsList ; }  
   virtual Float_t GetEnergy() const {return fAmp; }
   virtual void    GetLocalPosition(TVector3 & pos) const ;   
@@ -76,10 +76,9 @@ protected:
   Float_t   fAmp ;        // summed amplitude of digits 
   Int_t     fIndexInList ;// the index of this RecPoint in the list stored in TreeR (to be set by analysis)  
   TVector3  fLocPos ;     // local position in the sub-detector coordinate
-  TMatrixF* fLocPosM ;    // covariance matrix ;
 
 
-  ClassDef(AliPHOSRecPoint,2) // RecPoint for PHOS (Base Class)
+  ClassDef(AliPHOSRecPoint,3) // RecPoint for PHOS (Base Class)
  
 };