X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FPHOS%2FAliHLTPHOSRcuDAComponent.h;h=db59d2153fbf08fb394c32f965e57822cd8de789;hb=a44cd39eb50f2152b6a2a8630e93dc93c4637fb1;hp=ca1f2d6c5bfae0345b7fc1732f1d35e3561b2af6;hpb=0bba835721a3d29362dfc30ed965b7640f607789;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/PHOS/AliHLTPHOSRcuDAComponent.h b/HLT/PHOS/AliHLTPHOSRcuDAComponent.h index ca1f2d6c5bf..db59d2153fb 100644 --- a/HLT/PHOS/AliHLTPHOSRcuDAComponent.h +++ b/HLT/PHOS/AliHLTPHOSRcuDAComponent.h @@ -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