]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing typo (negateive volume lenght)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Aug 2007 15:23:23 +0000 (15:23 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Aug 2007 15:23:23 +0000 (15:23 +0000)
TRD/AliTRDgeometry.cxx

index fe5eefe1ee08075a055b627123df496d2fe15e80..becfef1539e7b6ecc42b7c8cfe4d083c77286b0a 100644 (file)
@@ -1316,7 +1316,7 @@ void AliTRDgeometry::CreateServices(Int_t *idtmed)
   // The cooling water
   parTube[0] =  0.0;
   parTube[1] =  0.2/2.0;
-  parTube[2] = -1.;
+  parTube[2] =  1.;
   gMC->Gsvolu("UTCH","TUBE",idtmed[1314-1],parTube,kNparTube);
   // Water inside the cooling pipe
   xpos = 0.0;