]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD1.cxx
Add physics selection for scanning
[u/mrichter/AliRoot.git] / FMD / AliFMD1.cxx
index 2eba4bba84c3cb91ab7f8d2b284eb21cb0942528..cbe4e2e586cb703b1c3f9edbb4c7aa6ace983aa8 100644 (file)
@@ -48,7 +48,8 @@ AliFMD1::AliFMD1(AliFMDRing* inner)
   Double_t off = 0; // -0.25
   if (off != 0) 
     AliWarning(Form("FMD1 is off by %fcm", off));
-  SetInnerZ(320. + off);
+  SetInnerZ(321.5 + off);
+      
 }
 
 //____________________________________________________________________