]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Overlaps corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jul 2008 07:38:27 +0000 (07:38 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Jul 2008 07:38:27 +0000 (07:38 +0000)
STRUCT/AliFRAMEv2.cxx
STRUCT/AliSHILv3.cxx

index d141225040b49719bc09c9407bbf8abe8d182018..b9ba364e8b975aef3ce2bc08deb7834cff9dc19d 100644 (file)
@@ -257,7 +257,7 @@ void AliFRAMEv2::CreateGeometry()
   //
   // TPC support
   //
-  pbox[0] =   3.38;
+  pbox[0] =   3.37;
   pbox[1] =   2.0;
   pbox[2] = 375.5;
   gMC->Gsvolu("B080", "BOX", kSteel, pbox, 3);
index d2de004d372464125fc6f4a9b99d3eaa8acbb0a0..2628785a5c49fcc1903b8c42b5388561c967d363 100644 (file)
@@ -704,7 +704,7 @@ void AliSHILv3::CreateGeometry()
       Float_t saa1Wring3Router  = 23.40;
       Float_t saa1Wring3HWidth  =  3.75;
       Float_t saa1Wring3Cutoffx =  4.50;
-      Float_t saa1Wring3Cutoffy =  4.40;
+      Float_t saa1Wring3Cutoffy =  4.50;
       TGeoTubeSeg* shSaa1Wring3a  = new TGeoTubeSeg(saa1Wring3Rinner, saa1Wring3Router, saa1Wring3HWidth, 0., 90.);
       shSaa1Wring3a->SetName("shSaa1Wring3a");
       TGeoBBox* shSaa1Wring3b  = new TGeoBBox(saa1Wring3Router / 2., saa1Wring3Router / 2., saa1Wring3HWidth);