]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Overlap corrected. (M. Kowalski)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 Jun 2008 09:32:42 +0000 (09:32 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 11 Jun 2008 09:32:42 +0000 (09:32 +0000)
TPC/AliTPCv2.cxx

index 9c342510ab9fabeed06d8f5292954ca68ed19afd..8a06644f2a32fc91075d97a6dadf9926c9166ab2 100644 (file)
@@ -388,8 +388,8 @@ void AliTPCv2::CreateGeometry()
   TGeoTube *cs = new TGeoTube(56.9,61.2,0.1);
   TGeoMedium *sm7 = gGeoManager->GetMedium("TPC_Mylar");
   TGeoVolume *csv = new TGeoVolume("TPC_CDRS",cs,sm7);
-  v1->AddNode(csv,1,new TGeoTranslation(0.,0.,-71.));
-  v1->AddNode(csv,2,new TGeoTranslation(0.,0.,71.));
+  v1->AddNode(csv,1,new TGeoTranslation(0.,0.,-71.2));
+  v1->AddNode(csv,2,new TGeoTranslation(0.,0.,71.2));
   //
   // seal collars 
   TGeoPcon *se = new TGeoPcon(0.,360.,6);