]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSRawAnalyzerPeakFinderComponent.h
Increased the number of timebins to 1008 (the max limit by the ALTRO).
[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();
14 AliHLTPHOSRawAnalyzerPeakFinderComponent(const AliHLTPHOSRawAnalyzerPeakFinderComponent & );
15 AliHLTPHOSRawAnalyzerPeakFinderComponent & operator = (const AliHLTPHOSRawAnalyzerPeakFinderComponent)
16 {
17 return *this;
18 };
19
ee7849e6 20
21 virtual const char* GetComponentID();
22 virtual AliHLTComponent* Spawn();
cbab66dd 23 //ClassDef(AliHLTPHOSRawAnalyzerPeakFinderComponent, 2)
24 };
25
26
27
28#endif