]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSRcuDataQualityMonitorComponent.h
Combine TEPEMGEN and EPEMGEN in one library to avoid circular dependences. Compilatio...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuDataQualityMonitorComponent.h
1 #ifndef AliHLTPHOSRCUDATAQUALITYMONITORCOMPONENT_H
2 #define AliHLTPHOSRCUDATAQUALITYMONITORCOMPONENT_H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */   
5
6 #include "AliHLTPHOSProcessor.h"
7
8
9 class AliHLTPHOSRcuDataQualityMonitorComponent:public AliHLTPHOSProcessor
10 {
11   AliHLTPHOSRcuDataQualityMonitorComponent();
12   virtual ~AliHLTPHOSRcuDataQualityMonitorComponent();
13   AliHLTPHOSRcuDataQualityMonitorComponent(const  AliHLTPHOSRcuDataQualityMonitorComponent & );
14   AliHLTPHOSRcuDataQualityMonitorComponent & operator = (const AliHLTPHOSRcuDataQualityMonitorComponent &)
15    {
16       return *this;
17    };
18   //  virtual int DoInit(int argc =0, const char** argv  = 0);
19   //  virtual int Deinit();
20   //  virtual int DoDeinit();
21  };
22
23
24
25
26 #endif