]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDfoAnalyzer.h
Adding TOF calib task for calibration of problematic channels
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDfoAnalyzer.h
index cf129d233ec633dce67c978f6da993e5722b14f9..d7e1c00fdecae072faefc024d6824ac94de0246d 100644 (file)
@@ -48,7 +48,7 @@ class AliITSOnlineSPDfoAnalyzer {
   // GETTERS
   void GetCanvases(const THnSparse *hn, Int_t ihs, Int_t ichip,Int_t iqual) const;
   TArrayI ChooseDACValues(Int_t ihs, Int_t ichip) const;
-  TArrayI GetCentralDACS(Int_t qualityflag, Int_t hs, Int_t chip, const TH1D *hd) const;
+  TArrayI GetCentralDACS(Int_t qualityflag, Int_t hs, Int_t chip, TH1D **hd) const;
   AliITSOnlineSPDfo * GetFOHandler() const {return fFOHandler;}
   
  private:
@@ -64,3 +64,4 @@ class AliITSOnlineSPDfoAnalyzer {
 };
 
 #endif
+