]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSRcuProcessor.h
Removing redundant class
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuProcessor.h
1 //-*- Mode: C++ -*-
2 // $Id$
3
4 #ifndef ALIHLTPHOSRCUPROCESSOR_H
5 #define ALIHLTPHOSRCUPROCESSOR_H
6 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
7  * See cxx source for full Copyright notice                               */
8
9
10 #include "AliHLTCaloProcessor.h"
11 //#include "AliHLTPHOSRcuProperties.h"
12
13 //class  AliHLTPHOSRcuProcessor : public AliHLTCaloProcessor, public AliHLTPHOSRcuProperties
14 class  AliHLTPHOSRcuProcessor : public AliHLTCaloProcessor
15
16 {
17  public:
18   AliHLTPHOSRcuProcessor();
19   virtual ~AliHLTPHOSRcuProcessor();
20
21  private:
22   AliHLTPHOSRcuProcessor (const AliHLTPHOSRcuProcessor & );
23   AliHLTPHOSRcuProcessor   & operator = (const  AliHLTPHOSRcuProcessor  &);
24
25
26
27 };
28
29 #endif
30
31