From: coppedis Date: Tue, 4 Nov 2003 13:47:57 +0000 (+0000) Subject: Minor changes in ZDC geometry X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=fd675fb42e56aed596437563990c631db9231788;ds=sidebyside Minor changes in ZDC geometry --- diff --git a/ZDC/AliZDCv2.cxx b/ZDC/AliZDCv2.cxx index fa9683ec8c8..c7914b8db21 100644 --- a/ZDC/AliZDCv2.cxx +++ b/ZDC/AliZDCv2.cxx @@ -130,7 +130,7 @@ AliZDCv2::AliZDCv2(const char *name, const char *title) fPosZN[2] = 11650.; fPosZP[0] = -23.9; fPosZP[1] = 0.; - fPosZP[2] = 11650.; + fPosZP[2] = 11600.; fFibZN[0] = 0.; fFibZN[1] = 0.01825; fFibZN[2] = 50.; @@ -617,7 +617,7 @@ void AliZDCv2::CreateZDC() gMC->Gspos("ZNF4", 1, "ZNG4", 0., 0., 0., 0, "ONLY"); // --- Position the neutron calorimeter in ZDC - gMC->Gspos("ZNEU", 1, "ZDC ", fPosZN[0], fPosZN[1], fPosZN[2] - fDimZN[2], 0, "ONLY"); + gMC->Gspos("ZNEU", 1, "ZDC ", fPosZN[0], fPosZN[1], fPosZN[2]+fDimZN[2], 0, "ONLY"); // ------------------------------------------------------------------------------- @@ -664,7 +664,7 @@ void AliZDCv2::CreateZDC() // --- Position the proton calorimeter in ZDC - gMC->Gspos("ZPRO", 1, "ZDC ", fPosZP[0], fPosZP[1], fPosZP[2]-fDimZP[2], 0, "ONLY"); + gMC->Gspos("ZPRO", 1, "ZDC ", fPosZP[0], fPosZP[1], fPosZP[2]+fDimZP[2], 0, "ONLY"); // -------------------------------------------------------------------------------