]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSChannelDataStruct.h
removing obsolete files + fixing some doxygen warnings + added some documentation
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSChannelDataStruct.h
index c6c8c6008d7006a0fbfaea4cc734e2ef4a0a7bbd..432f5b2ea62a0a0199cf3170d0c76010ee5b5b60 100644 (file)
 
 #include "Rtypes.h"
 
-#include "AliHLTPHOSConstants.h"
-using namespace PhosHLTConst;
+//#include "AliHLTPHOSConstants.h"
+//using namespace PhosHLTConst;
 
 struct AliHLTPHOSChannelDataStruct
 {
-  UShort_t fChannelID;
   Float_t fEnergy;
   Float_t fTime;
+  UShort_t fChannelID;
   Short_t fCrazyness;
 };