]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD1.cxx
Commit of new FMD3 geometry and other geometry related issues.
[u/mrichter/AliRoot.git] / FMD / AliFMD1.cxx
index 0a5b74d9e2a1c2f361a19000f1c465d77b2013e4..1cd9bdf566907a9bcf116d780971df8ad39e38e8 100644 (file)
@@ -42,8 +42,8 @@ ClassImp(AliFMD1)
 AliFMD1::AliFMD1(AliFMDRing* inner) 
   : AliFMDDetector(1, inner, 0)
 {
-// Subtracting 0.5 cm puts the middle plane of the detector at 320 cm
-  SetInnerZ(320. - 0.5);
+  // Subtracting 0.25 cm puts the middle plane of the detector at 320 cm
+  SetInnerZ(320. - 0.25);
 }