]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSClusterizerComponentNbyN.h
- fixing warnings
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSClusterizerComponentNbyN.h
CommitLineData
60909644 1
2/**************************************************************************
3 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4 * *
5 * Authors: Oystein Djuvsland <oysteind@ift.uib.no> *
6 * *
7 * Permission to use, copy, modify and distribute this software and its *
8 * documentation strictly for non-commercial purposes is hereby granted *
9 * without fee, provided that the above copyright notice appears in all *
10 * copies and that both the copyright notice and this permission notice *
11 * appear in the supporting documentation. The authors make no claims *
12 * about the suitability of this software for any purpose. It is *
13 * provided "as is" without express or implied warranty. *
14 **************************************************************************/
15
16
17#ifndef ALIHLTPHOSCLUSTERIZERCOMPONENTNBYN_H
18#define ALIHLTPHOSCLUSTERIZERCOMPONENTNBYN_H
19
64107d60 20#include "AliHLTPHOSClusterizerComponent.h"
60909644 21
22
23class AliHLTPHOSClusterizerComponentNbyN : public AliHLTPHOSClusterizerComponent
24{
25
26public:
27
28 /** Constructor */
29 AliHLTPHOSClusterizerComponentNbyN();
30
31 /** Destructor */
32 virtual ~AliHLTPHOSClusterizerComponentNbyN();
33
34 /** interface function, see @ref AliHLTComponent for description */
35 const char* GetComponentID();
36
37 /** interface function, see @ref AliHLTComponent for description */
38 AliHLTComponent* Spawn();
39
40protected:
41
42 /** interface function, see @ref AliHLTComponent for description */
43 int ScanConfigurationArgument ( int argc, const char** argv );
44
45 /** interface function, see @ref AliHLTComponent for description */
46 virtual int DoInit(int argc, const char** argv);
47
48 /** Copy constructor, not implemented */
49 AliHLTPHOSClusterizerComponentNbyN(const AliHLTPHOSClusterizerComponent& );;
50
51 /** Assignment operator, not implemented */
52 AliHLTPHOSClusterizerComponentNbyN & operator = (const AliHLTPHOSClusterizerComponentNbyN);
53
54
55 ClassDef(AliHLTPHOSClusterizerComponent, 0);
56};
57
58#endif // ALIHLTPHOSCLUSTERIZERCOMPONENTNBYN_H