From: phille Date: Tue, 10 Jul 2007 11:04:46 +0000 (+0000) Subject: Minor changes X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=b2f40e5997bb0f0d53627b6f93b29ae65bdac129;p=u%2Fmrichter%2FAliRoot.git Minor changes --- diff --git a/HLT/PHOS/AliHLTPHOSRawAnalyzer.h b/HLT/PHOS/AliHLTPHOSRawAnalyzer.h index a3916194f99..dcbd6d085b5 100644 --- a/HLT/PHOS/AliHLTPHOSRawAnalyzer.h +++ b/HLT/PHOS/AliHLTPHOSRawAnalyzer.h @@ -24,7 +24,10 @@ class AliHLTPHOSRawAnalyzer int FindStartIndex(double treshold); float GetTiming() const; float GetEnergy() const; + void SetData(double *data); + void SetData(UInt_t *data); + void SetSampleFreq(double freq); void SetStartIndex(int startIndex); void MakeInitialGuess(); @@ -36,10 +39,13 @@ class AliHLTPHOSRawAnalyzer *Abstratct class documentation */ virtual void Evaluate(Int_t start = 0, Int_t lenght = 100) = 0; - Double_t GetMaxValue(Double_t *dta, Int_t size) const; + // Double_t GetMaxValue(Double_t *dta, Int_t size) const; + UInt_t GetMaxValue(UInt_t *dta, Int_t size) const; protected: Double_t *fFloatDataPtr; /**