]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.h
The multidimensional array holding celle energies for
[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
7#include "AliHLTPHOSRawAnalyzerComponent.h"
8
9class AliHLTPHOSRawAnalyzerPeakFinderComponent: public AliHLTPHOSRawAnalyzerComponent
10{
ee7849e6 11 public:
cbab66dd 12 AliHLTPHOSRawAnalyzerPeakFinderComponent();
13 ~AliHLTPHOSRawAnalyzerPeakFinderComponent();
68d9caee 14 virtual const char* GetComponentID();
15 virtual AliHLTComponent* Spawn();
c18e69e0 16
17 private:
18 AliHLTPHOSRawAnalyzerPeakFinderComponent(const AliHLTPHOSRawAnalyzerPeakFinderComponent & );
19 AliHLTPHOSRawAnalyzerPeakFinderComponent & operator = (const AliHLTPHOSRawAnalyzerPeakFinderComponent)
20 {
21 return *this;
22 };
23
24};
cbab66dd 25
26
27
28#endif