]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSModuleCellEnergyDataStruct.h
New html documentation
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSModuleCellEnergyDataStruct.h
index d5281505972ec7fa6233797b78e5b44322537a72..74a5041eff554d6fb1a8d05892b1bb0f8a88c1d2 100644 (file)
@@ -1,17 +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 "AliHLTPHOSValiCellDataStruct.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_RCUS]; 
-
+  AliHLTPHOSValidCellDataStruct fValidData[N_MODULES*N_ROWS_MOD*N_COLUMNS_MOD*N_GAINS]; 
   unsigned long cellEnergies[N_ROWS_MOD][N_COLUMNS_MOD][N_GAINS];
 };