#ifndef ALIHLTPHOSRAWANALYZERPEAKFINDER_H #define ALIHLTPHOSRAWANALYZERPEAKFINDER_H /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ #include #include "TObject.h" #include "AliHLTPHOSRawAnalyzer.h" class AliHLTPHOSRawAnalyzerPeakFinder : public AliHLTPHOSRawAnalyzer { public: AliHLTPHOSRawAnalyzerPeakFinder(); AliHLTPHOSRawAnalyzerPeakFinder(const AliHLTPHOSRawAnalyzerPeakFinder & ); AliHLTPHOSRawAnalyzerPeakFinder & operator = (const AliHLTPHOSRawAnalyzerPeakFinder) { return *this; } virtual ~AliHLTPHOSRawAnalyzerPeakFinder(); virtual void SetTVector(Double_t *tVect, Int_t size); virtual void SetAVector(Double_t *aVect, Int_t size); virtual void Evaluate(Int_t start = 0, Int_t lenght = 100); private: Double_t *fTVectorPtr; //[1008] /**