]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.h
moving all definitions to AliHLTPHOSDefinitions
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerPeakFinderComponent.h
CommitLineData
ee7849e6 1#ifndef ALIHLTPHOSRAWANALYZERPEAKFINDERCOMPONENT_H
2#define ALIHLTPHOSRAWANALYZERPEAKFINDERCOMPONENT_H
cbab66dd 3
4/* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
5 * See cxx source for full Copyright notice */
6
d504c864 7
cbab66dd 8#include "AliHLTPHOSRawAnalyzerComponent.h"
9
10class AliHLTPHOSRawAnalyzerPeakFinderComponent: public AliHLTPHOSRawAnalyzerComponent
11{
ee7849e6 12 public:
cbab66dd 13 AliHLTPHOSRawAnalyzerPeakFinderComponent();
d504c864 14 virtual ~AliHLTPHOSRawAnalyzerPeakFinderComponent();
68d9caee 15 virtual const char* GetComponentID();
16 virtual AliHLTComponent* Spawn();
c18e69e0 17 private:
fb27c8ca 18 Bool_t LoadPFVector();
19 Bool_t LoadPFVector(int startindex, int Nsamples, int tau, int fs);
c18e69e0 20 AliHLTPHOSRawAnalyzerPeakFinderComponent(const AliHLTPHOSRawAnalyzerPeakFinderComponent & );
21 AliHLTPHOSRawAnalyzerPeakFinderComponent & operator = (const AliHLTPHOSRawAnalyzerPeakFinderComponent)
22 {
23 return *this;
24 };
25
26};
cbab66dd 27
28
29
30#endif