]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSRawAnalyzerCrudeComponentv2.h
Warning removal (Marian)
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRawAnalyzerCrudeComponentv2.h
1 //-*- Mode: C++ -*-
2 // $Id$
3
4
5 /**************************************************************************
6  * This file is property of and copyright by the ALICE HLT Project        * 
7  * All rights reserved.                                                   *
8  *                                                                        *
9  * Primary Authors: Per Thomas Hille, Oystein Djuvsland                   *
10  *                                                                        *
11  * Permission to use, copy, modify and distribute this software and its   *
12  * documentation strictly for non-commercial purposes is hereby granted   *
13  * without fee, provided that the above copyright notice appears in all   *
14  * copies and that both the copyright notice and this permission notice   *
15  * appear in the supporting documentation. The authors make no claims     *
16  * about the suitability of this software for any purpose. It is          * 
17  * provided "as is" without express or implied warranty.                  *
18  **************************************************************************/
19
20 #ifndef ALIHLTPHOSRAWANALYZERCRUDECOMPONENTV2_H
21 #define ALIHLTPHOSRAWANALYZERCRUDECOMPONENTV2_H
22
23 #include "AliHLTPHOSRawAnalyzerComponentv2.h"
24
25
26 class AliHLTPHOSRawAnalyzerCrudeComponentv2: public AliHLTPHOSRawAnalyzerComponentv2
27 {
28  public:
29   AliHLTPHOSRawAnalyzerCrudeComponentv2();
30   virtual ~AliHLTPHOSRawAnalyzerCrudeComponentv2();
31   AliHLTPHOSRawAnalyzerCrudeComponentv2(const AliHLTPHOSRawAnalyzerCrudeComponentv2 & );
32   AliHLTPHOSRawAnalyzerCrudeComponentv2 & operator = (const AliHLTPHOSRawAnalyzerCrudeComponentv2)
33   {
34     return *this;
35   };
36
37   virtual int Deinit();
38   virtual const char* GetComponentID();
39   virtual AliHLTComponent* Spawn();
40 };
41
42 #endif