]> 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 9087fa2795ea531974c96ce44caaab89fbfa18f8..1661a9369a96947c9a6bf944945bc61059e9fba4 100644 (file)
@@ -1,3 +1,6 @@
+//-*- Mode: C++ -*-
+// $Id$
+
 #ifndef ALIHLTPHOSRCUCELLENERGYDATASTRUCT_H
 #define ALIHLTPHOSRCUCELLENERGYDATASTRUCT_H
 
@@ -32,7 +35,8 @@ struct AliHLTPHOSRcuCellEnergyDataStruct
   Int_t fCnt;
   Int_t fAlgorithm;
   Int_t fInfo;
-  AliHLTPHOSValidCellDataStruct fValidData[N_XCOLUMNS_RCU][N_ZROWS_RCU][N_GAINS];
+  Bool_t fHasRawData;
+  AliHLTPHOSValidCellDataStruct fValidData[NXCOLUMNSRCU*NZROWSRCU*NGAINS];
 };
 
 #endif