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