]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/TenderSupplies/AliEMCALTenderSupply.h
o updates to fix the 11a pass4 problem of T0 (Alla)
[u/mrichter/AliRoot.git] / ANALYSIS / TenderSupplies / AliEMCALTenderSupply.h
index 4c7d9f797b44236463c631a6642afc197f8bdce9..e29c6290f906678b4d0b6b88b926c83c281c61d0 100644 (file)
@@ -126,7 +126,8 @@ public:
   void                SetRecParam(AliEMCALRecParam *p)    { fRecParam = p                    ;}
  
   AliEMCALRecoUtils  *GetRecoUtils() const                { return fEMCALRecoUtils           ;}
-
+  void                SetRecoUtils(AliEMCALRecoUtils *r)  { fEMCALRecoUtils = r              ;}
+  
   void     SwitchOnUpdateCell()                           { fUpdateCell = kTRUE              ;} 
   void     SwitchOffUpdateCell()                          { fUpdateCell = kFALSE             ;}  
 
@@ -164,6 +165,7 @@ private:
   Int_t      InitRecParam();
   Bool_t     InitMisalignMatrix();
   Int_t      InitRecalib();
+  Int_t      InitRunDepRecalib();
   Int_t      InitTimeCalibration();
   void       Clusterize();
   void       FillDigitsArray();