2 // $Id: AliHLTPHOSRawAnalyzerPeakFinderComponent.h 29824 2008-11-10 13:43:55Z richterm $
4 #ifndef ALIHLTCALORAWANALYZERPEAKFINDERCOMPONENT_H
5 #define ALIHLTCALORAWANALYZERPEAKFINDERCOMPONENT_H
7 /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
8 * See cxx source for full Copyright notice */
12 #include "AliHLTCaloRawAnalyzerComponentv3.h"
14 class AliHLTCaloRawAnalyzerPeakFinderComponent: public AliHLTCaloRawAnalyzerComponentv3
17 AliHLTCaloRawAnalyzerPeakFinderComponent();
18 virtual ~AliHLTCaloRawAnalyzerPeakFinderComponent();
21 virtual const char* GetComponentID() = 0;
22 virtual AliHLTComponent* Spawn() = 0;
24 // Bool_t LoadPFVector();
25 // Bool_t LoadPFVector(int startindex, int Nsamples, int tau, int fs);
27 // virtual const Bool_t LoadPFVector() = 0;
28 // virtual const Bool_t LoadPFVector(const int startindex, const int Nsamples, const int tau, const int fs) = 0;
30 virtual Bool_t LoadPFVector() { return true; };
31 virtual Bool_t LoadPFVector(const int /*startindex*/, const int /*Nsamples*/, const int /*tau*/, const int /*fs*/) { return true; };
33 AliHLTCaloRawAnalyzerPeakFinderComponent(const AliHLTCaloRawAnalyzerPeakFinderComponent & );
36 AliHLTCaloRawAnalyzerPeakFinderComponent & operator = (const AliHLTCaloRawAnalyzerPeakFinderComponent)