]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSRcuCellEnergyDataStruct.h
- Bug fix: in the creation/reading of the trigger DCS values, the HV and currents...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSRcuCellEnergyDataStruct.h
index 4e136b5f7de57d6015c78af36b388db0ead2316a..1661a9369a96947c9a6bf944945bc61059e9fba4 100644 (file)
@@ -1,3 +1,6 @@
+//-*- Mode: C++ -*-
+// $Id$
+
 #ifndef ALIHLTPHOSRCUCELLENERGYDATASTRUCT_H
 #define ALIHLTPHOSRCUCELLENERGYDATASTRUCT_H
 
@@ -15,7 +18,7 @@
  * about the suitability of this software for any purpose. It is          *
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
-#include "AliHLTPHOSCommonDefs.h"
+//#include "AliHLTPHOSCommonDefs.h"
 #include "AliHLTPHOSValidCellDataStruct.h"
 #include "Rtypes.h"
 
@@ -24,14 +27,16 @@ using namespace PhosHLTConst;
 
 struct AliHLTPHOSRcuCellEnergyDataStruct
 {
+  //  Int_t fShmAddress;
+  Int_t fSize;         //size in charcters
   Int_t fModuleID;
   Int_t fRcuX;
   Int_t fRcuZ;
   Int_t fCnt;
-
-  AliHLTPHOSValidCellDataStruct fValidData[N_ZROWS_RCU*N_XCOLUMNS_RCU*N_GAINS];
-  
+  Int_t fAlgorithm;
+  Int_t fInfo;
+  Bool_t fHasRawData;
+  AliHLTPHOSValidCellDataStruct fValidData[NXCOLUMNSRCU*NZROWSRCU*NGAINS];
 };
 
-
 #endif