]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.h
Updated DA for mapping - MON
[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();
d949e02e 15
16 virtual int Deinit();
68d9caee 17 virtual const char* GetComponentID();
18 virtual AliHLTComponent* Spawn();
c18e69e0 19 private:
fb27c8ca 20 Bool_t LoadPFVector();
21 Bool_t LoadPFVector(int startindex, int Nsamples, int tau, int fs);
c18e69e0 22 AliHLTPHOSRawAnalyzerPeakFinderComponent(const AliHLTPHOSRawAnalyzerPeakFinderComponent & );
23 AliHLTPHOSRawAnalyzerPeakFinderComponent & operator = (const AliHLTPHOSRawAnalyzerPeakFinderComponent)
24 {
25 return *this;
26 };
27
28};
cbab66dd 29
30
31
32#endif