From 1589afa1aba3e12cfb55c470953e4831b6c67afe Mon Sep 17 00:00:00 2001 From: cholm Date: Thu, 12 Mar 2009 21:56:42 +0000 Subject: [PATCH] Move FMD2 and 3 to nominal position - dependant on ITS revision 31100 --- FMD/AliFMD2.cxx | 2 +- FMD/AliFMD3.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FMD/AliFMD2.cxx b/FMD/AliFMD2.cxx index 1354cc40115..8e86894a199 100644 --- a/FMD/AliFMD2.cxx +++ b/FMD/AliFMD2.cxx @@ -46,7 +46,7 @@ AliFMD2::AliFMD2(AliFMDRing* inner, AliFMDRing* outer) // SetInnerZ(83.4); // SetOuterZ(75.2); // Double_t off = 0.414256-0.1963; // 2.35 - Double_t off = 0.414256-0.1963+.27; // 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)); diff --git a/FMD/AliFMD3.cxx b/FMD/AliFMD3.cxx index e61674cfb97..8d2a3901ffe 100644 --- a/FMD/AliFMD3.cxx +++ b/FMD/AliFMD3.cxx @@ -66,7 +66,7 @@ AliFMD3::AliFMD3(AliFMDRing* inner, AliFMDRing* outer) fFiducialHoles(4) { // Constructor. - Double_t off = -0.39615-0.10185; // -0.25; + Double_t off = 0; // -0.39615-0.10185; // -0.25; if (off != 0) AliWarning(Form("Z position of FMD3 rings may be off by %fcm!", off)); -- 2.39.3