]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSRawAnalyzerCrudeComponent.h
HLT submodules
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerCrudeComponent.h
1 //-*- Mode: C++ -*-
2 // $Id$
3
4 #ifndef ALIHLTPHOSRAWANALYZERCRUDECOMPONENT_H
5 #define ALIHLTPHOSRAWANALYZERCRUDECOMPONENT_H
6
7 #include "AliHLTPHOSRawAnalyzerComponentv3.h"
8 //#include "AliHLTCaloRawAnalyzerComponentv3.h"
9
10 /* Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. *
11  * See cxx source for full Copyright notice  */ 
12
13
14 class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTPHOSRawAnalyzerComponentv3
15 //class AliHLTPHOSRawAnalyzerCrudeComponent: public AliHLTCaloRawAnalyzerComponentv3
16 {
17  public:
18   AliHLTPHOSRawAnalyzerCrudeComponent();
19   virtual ~AliHLTPHOSRawAnalyzerCrudeComponent();
20   AliHLTPHOSRawAnalyzerCrudeComponent(const AliHLTPHOSRawAnalyzerCrudeComponent & );
21   AliHLTPHOSRawAnalyzerCrudeComponent & operator = (const AliHLTPHOSRawAnalyzerCrudeComponent&)
22   {
23     return *this;
24   };
25
26   virtual int Deinit();
27   virtual const char* GetComponentID();
28   virtual AliHLTComponent* Spawn();
29 };
30
31 #endif