]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloCoordinate.h
- refactoring code to CALO library (Per Thomas)
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloCoordinate.h
index cda77e9533e7dc4069bf6231ec91f12b16a1d97d..5f372e631057da2617bdc43567bed8340657b6ac 100644 (file)
 
 #include "Rtypes.h"
 
+//struct  AliHLTCaloCoordinate
 struct  AliHLTCaloCoordinate
 {
   UShort_t fX;
   UShort_t fZ;
   UShort_t fGain;
   UShort_t fModuleId;
-
 };
 
 #endif