From: coppedis Date: Mon, 3 Nov 2003 10:24:31 +0000 (+0000) Subject: Preliminary version of updated ZDC geometry X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=d2589eb3c194089c6ab5ea475b1e6da6eeaab772 Preliminary version of updated ZDC geometry --- diff --git a/ZDC/AliZDCv2.cxx b/ZDC/AliZDCv2.cxx index 6258fdf9ab1..e7b585118cf 100644 --- a/ZDC/AliZDCv2.cxx +++ b/ZDC/AliZDCv2.cxx @@ -170,16 +170,15 @@ void AliZDCv2::CreateBeamLine() Int_t *idtmed = fIdtmed->GetArray(); // -- Mother of the ZDCs (Vacuum PCON) - zd1 = 2092.; conpar[0] = 0.; conpar[1] = 360.; conpar[2] = 2.; - conpar[3] = zd1; + conpar[3] = -zd1; conpar[4] = 0.; conpar[5] = 55.; - conpar[6] = 13500.; + conpar[6] = -13500.; conpar[7] = 0.; conpar[8] = 55.; gMC->Gsvolu("ZDC ", "PCON", idtmed[11], conpar, 9);