]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/PHOS/AliHLTPHOSRcuDataQualityMonitorComponent.h
- Bug fix: in the creation/reading of the trigger DCS values, the HV and currents...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuDataQualityMonitorComponent.h
1 //-*- Mode: C++ -*-
2 // $Id$
3
4 #ifndef AliHLTPHOSRCUDATAQUALITYMONITORCOMPONENT_H
5 #define AliHLTPHOSRCUDATAQUALITYMONITORCOMPONENT_H
6 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
7  * See cxx source for full Copyright notice                               */   
8
9 #include "AliHLTPHOSProcessor.h"
10
11
12 class AliHLTPHOSRcuDataQualityMonitorComponent:public AliHLTPHOSProcessor
13 {
14   AliHLTPHOSRcuDataQualityMonitorComponent();
15   virtual ~AliHLTPHOSRcuDataQualityMonitorComponent();
16   AliHLTPHOSRcuDataQualityMonitorComponent(const  AliHLTPHOSRcuDataQualityMonitorComponent & );
17   AliHLTPHOSRcuDataQualityMonitorComponent & operator = (const AliHLTPHOSRcuDataQualityMonitorComponent &)
18    {
19       return *this;
20    };
21   //  virtual int DoInit(int argc =0, const char** argv  = 0);
22   //  virtual int Deinit();
23   //  virtual int DoDeinit();
24  };
25
26
27
28
29 #endif