]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/PHOS/AliHLTPHOSChannelDataStruct.h
- Bug fix: in the creation/reading of the trigger DCS values, the HV and currents...
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSChannelDataStruct.h
index 1ea5284a8cf8cf789213b2caee622095fb35fccc..432f5b2ea62a0a0199cf3170d0c76010ee5b5b60 100644 (file)
@@ -1,3 +1,6 @@
+//-*- Mode: C++ -*-
+// $Id$
+
 #ifndef ALIHLTPHOSCHANNELDATASTRUCT_H
 #define ALIHLTPHOSCHANNELDATASTRUCT_H
 
 
 #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;
 };