]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSModuleCellEnergyDataStruct.h
Combine TEPEMGEN and EPEMGEN in one library to avoid circular dependences. Compilatio...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSModuleCellEnergyDataStruct.h
index a45ff395a5b77831bb2955e8937acfc709a28bbd..74a5041eff554d6fb1a8d05892b1bb0f8a88c1d2 100644 (file)
@@ -1,13 +1,29 @@
 #ifndef ALIHLTPHOSNODULECELLENERGYDATASTRUCT_H
 #define ALIHLTPHOSNODULECELLENERGYDATASTRUCT_H
 
+/***************************************************************************
+ * Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved.       *
+ *                                                                         *
+ * Author: Per Thomas Hille <perthi@fys.uio.no> for the ALICE HLT Project. *
+ * Contributors are mentioned in the code where appropriate.               *
+ *                                                                         *
+ * Permission to use, copy, modify and distribute this software and its    *
+ * documentation strictly for non-commercial purposes is hereby granted    *
+ * without fee, provided that the above copyright notice appears in all    *
+ * copies and that both the copyright notice and this permission notice    *
+ * appear in the supporting documentation. The authors make no claims      *
+ * about the suitability of this software for any purpose. It is           *
+ * provided "as is" without express or implied warranty.                   *
+ **************************************************************************/
+
 #include "AliHLTPHOSCommonDefs.h"
+#include "AliHLTPHOSValidCellDataStruct.h"
 
 struct AliHLTPHOSModuleCellEnergyDataStruct
 {
   AliHLTUInt8_t fModuleID;
   AliHLTUInt16_t fCnt;
-  AliHLTUInt16_t fValidData[N_ROWS_MOD*N_COLUMNS_MOD*N_GAINS];
+  AliHLTPHOSValidCellDataStruct fValidData[N_MODULES*N_ROWS_MOD*N_COLUMNS_MOD*N_GAINS]; 
   unsigned long cellEnergies[N_ROWS_MOD][N_COLUMNS_MOD][N_GAINS];
 };