]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD2.cxx
Non-implemented private copy constructor and assignment operator
[u/mrichter/AliRoot.git] / FMD / AliFMD2.cxx
index 37b9ebb5d3cc869422d1e6167aef07d967de043a..8e86894a199a16be8a9d3f54a0354dbab7fff1ef 100644 (file)
@@ -29,6 +29,7 @@
 // Support will be simple compared to FMD3.
 //
 #include "AliFMD2.h"           // ALIFMD2_H 
+#include "AliLog.h"
 // #include "AliFMDRing.h"             // ALIFMDRING_H 
 
 //====================================================================
@@ -42,8 +43,15 @@ AliFMD2::AliFMD2(AliFMDRing* inner, AliFMDRing* outer)
   : AliFMDDetector(2, inner, outer)
 {
   // Constructor 
-  SetInnerZ(83.4);
-  SetOuterZ(75.2);
+  // SetInnerZ(83.4);
+  // SetOuterZ(75.2);
+  // Double_t off = 0.414256-0.1963; // 2.35
+  Double_t off = 0; // 0.414256-0.1963+.27; // 2.35
+  if (off < 0) off = 0;
+  if (off != 0) 
+    AliWarning(Form("Z position of FMD2 rings may be wrong by %fcm!", off));
+  SetInnerZ(83.4+off);
+  SetOuterZ(75.2+off);
 }