]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloChannelDataStruct.h
Roll back
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloChannelDataStruct.h
index a1d4174999d037515ee7b673f30f8199d2b9179e..7c52f74a27cf8fe2e4fe1f90e85f009fc6adda79 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef ALIHLTCALOCHANNELDATASTRUCT_H
 #define ALIHLTCALOCHANNELDATASTRUCT_H
 
+
+
 /**************************************************************************
  * Copyright(c) 2007, ALICE Experiment at CERN, All rights reserved.      *
  *                                                                        *
@@ -20,6 +22,7 @@
  **************************************************************************/
 //#include "AliHLTPHOSCommonDefs.h"
 
+
 #include "Rtypes.h"
 
 //#include "AliHLTPHOSConstants.h"
@@ -29,9 +32,8 @@ struct AliHLTCaloChannelDataStruct
 {
   Float_t fEnergy;
   Float_t fTime;
-  UShort_t fChannelID;
   Short_t fCrazyness;
-  //  Short_t fRawDataSize; //the size of the raw data
+  int fChannelID;
 };
 
 #endif