]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for numerical artefacts (A.Gheata)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Apr 2006 16:30:21 +0000 (16:30 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Apr 2006 16:30:21 +0000 (16:30 +0000)
STRUCT/AliABSOv0.cxx

index 5754582882e7d7382cd0edab891f84fc1a289157..bf6ec8c939a7281eac36bfa96dac173d5fba2f8c 100644 (file)
@@ -523,7 +523,7 @@ void AliABSOv0::CreateGeometry()
   TGeoTranslation* tFassWindow = new TGeoTranslation("tFassWindow", 0., 0., 78.);
   tFassWindow->RegisterYourself();
   
-  TGeoTube* shFassApperture = new TGeoTube(0., 104., 3.);
+  TGeoTube* shFassApperture = new TGeoTube(0., 104., 3.01);
   shFassApperture->SetName("FassApperture");
   
   TGeoCompositeShape* shFassCentral =