]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMD2.cxx
ACORDEv1 is now the default
[u/mrichter/AliRoot.git] / FMD / AliFMD2.cxx
index 9e05ea75f7f3ef4084171df699f223b8289d6d65..a62546e717015348ba448bf308886bc7b85c4c4b 100644 (file)
 // The FMD2 has two ring, one of both types. 
 // FMD2 is mounted on the space-frame via 4 flanges
 // Support is not fleshed ot yet. 
+// Support will be simple compared to FMD3.
 //
 #include "AliFMD2.h"           // ALIFMD2_H 
-#include "AliFMDRing.h"                // ALIFMDRING_H 
+#include "AliLog.h"
+// #include "AliFMDRing.h"             // ALIFMDRING_H 
 
 //====================================================================
 ClassImp(AliFMD2)
@@ -41,8 +43,11 @@ AliFMD2::AliFMD2(AliFMDRing* inner, AliFMDRing* outer)
   : AliFMDDetector(2, inner, outer)
 {
   // Constructor 
-  SetInnerZ(83.4);
-  SetOuterZ(75.2);
+  // SetInnerZ(83.4);
+  // SetOuterZ(75.2);
+  AliWarning("Z position of FMD2 rings may be wrong by 2.35cm!");
+  SetInnerZ(83.4+2.35);
+  SetOuterZ(75.2+2.35);
 }