X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSOnlineSPDscanMeanTh.h;h=dc472e60e0c8290ba6ed1c5d3678df5a89a03842;hb=8795e9935f62602e9f1a96cdab62af766d362125;hp=b467da726a934cc1d6ac16fd9ed3b00c7a3794a3;hpb=b15de2d227dc229b7a81172ca9c5e251a02fa520;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSOnlineSPDscanMeanTh.h b/ITS/AliITSOnlineSPDscanMeanTh.h index b467da726a9..dc472e60e0c 100644 --- a/ITS/AliITSOnlineSPDscanMeanTh.h +++ b/ITS/AliITSOnlineSPDscanMeanTh.h @@ -13,12 +13,11 @@ class AliITSOnlineSPDscanMeanTh : public AliITSOnlineSPDscanMultiple { public: AliITSOnlineSPDscanMeanTh(){} - AliITSOnlineSPDscanMeanTh(Char_t *fileName); + AliITSOnlineSPDscanMeanTh(const Char_t *fileName, Bool_t readFromGridFile=kFALSE); AliITSOnlineSPDscanMeanTh(const AliITSOnlineSPDscanMeanTh& scan); virtual ~AliITSOnlineSPDscanMeanTh(); AliITSOnlineSPDscanMeanTh& operator=(const AliITSOnlineSPDscanMeanTh& scan); - // virtual void ReadFromTObjArray(TObjArray *arr); virtual UInt_t AddScanStep(); void SetDacLow(UInt_t nsi, UInt_t hs, Int_t val); @@ -29,9 +28,6 @@ class AliITSOnlineSPDscanMeanTh : public AliITSOnlineSPDscanMultiple { Int_t GetDacHigh(UInt_t nsi, UInt_t hs); Int_t GetTPAmp(UInt_t nsi, UInt_t hs); - protected: - - ClassDef(AliITSOnlineSPDscanMeanTh,1) - }; +}; #endif