]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRcuDAComponent.h
Update from Massimo: fixed histogram ranges
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuDAComponent.h
index ca1f2d6c5bfae0345b7fc1732f1d35e3561b2af6..db59d2153fbf08fb394c32f965e57822cd8de789 100644 (file)
@@ -36,8 +36,9 @@
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 
 #include "AliHLTCalibrationProcessor.h"
-#include "AliHLTPHOSConstants.h"
-#include "AliHLTPHOSRcuProperties.h"
+
+// #include "AliHLTPHOSConstant.h"
+//#include "AliHLTPHOSRcuProperties.h"
 
 using namespace PhosHLTConst;
 
@@ -46,7 +47,10 @@ class AliHLTPHOSSharedMemoryInterfacev2;
 class TObjArray;
 
 //class AliHLTPHOSRcuDAComponent: public AliHLTCalibrationProcessor,  public AliHLTPHOSRcuProcessor
-class AliHLTPHOSRcuDAComponent:  public AliHLTPHOSRcuProperties, public AliHLTCalibrationProcessor
+//class AliHLTPHOSRcuDAComponent:  public AliHLTPHOSRcuProperties, public AliHLTCalibrationProcessor
+
+
+class AliHLTPHOSRcuDAComponent:  public AliHLTCalibrationProcessor
 {
 public:
   /** constructor */
@@ -88,7 +92,7 @@ protected:
   Int_t ShipDataToFXS( const AliHLTComponentEventData& evtData, AliHLTComponentTriggerData& trigData );
 
   /** Reset the energy and timing arrays */
-  void ResetArrays(Float_t e[NXCOLUMNSMOD][NZROWSMOD][NGAINS], Float_t t[NXCOLUMNSMOD][NZROWSMOD][NGAINS]);
+  //   void ResetArrays(Float_t e[NXCOLUMNSMOD][NZROWSMOD][NGAINS], Float_t t[NXCOLUMNSMOD][NZROWSMOD][NGAINS]);
 
   //  int fCnt; ///TODO, remove this