]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloGlobalCoordinate.h
- fixes to the geometry classes
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloGlobalCoordinate.h
index 009d3b771b2a8066f7c75699bd38d03fcdb23e1a..fbd000ee84809989e638c3dcf612b9e10545656c 100644 (file)
@@ -21,9 +21,9 @@
 
 struct  AliHLTCaloGlobalCoordinate
 {
-  float fX;
-  float fY;
-  float fZ;
+  Double_t fX;
+  Double_t fY;
+  Double_t fZ;
 };
 
 #endif