]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD1.cxx
fixes for memory leak in AliTRDtrackV1::Clone()
[u/mrichter/AliRoot.git] / FMD / AliFMD1.cxx
index bc8956352d04d0b3c6ae573a6dc5192c3be83edc..1cd9bdf566907a9bcf116d780971df8ad39e38e8 100644 (file)
@@ -42,7 +42,8 @@ ClassImp(AliFMD1)
 AliFMD1::AliFMD1(AliFMDRing* inner) 
   : AliFMDDetector(1, inner, 0)
 {
-  SetInnerZ(320);
+  // Subtracting 0.25 cm puts the middle plane of the detector at 320 cm
+  SetInnerZ(320. - 0.25);
 }