]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
z-limits in New Coordinate System.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Oct 2003 08:03:49 +0000 (08:03 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Oct 2003 08:03:49 +0000 (08:03 +0000)
STRUCT/AliBODY.cxx

index 2afaa96295228c7b9530cb9eba5b505b2217d8f2..8ee2a74ebcefd2f8d011e0cd3deb61f3054795be 100644 (file)
@@ -105,10 +105,12 @@ void AliBODY::CreateGeometry()
     dALIC[1]=360;
     dALIC[2]=4;
     dALIC[3]=2;
-    dALIC[4]=-3000;
+
+    dALIC[4]=-15000;
     dALIC[5]=0;
     dALIC[6]=2000;
-    dALIC[7]=15000;
+
+    dALIC[7]=3000;
     dALIC[8]=0;
     dALIC[9]=2000;
     gMC->Gsvolu("ALIC","PGON",idtmed[1],dALIC,10);