From: kowal2 Date: Mon, 15 May 2000 10:00:30 +0000 (+0000) Subject: Corrected bug in the TPC geometry, thanks to Ivana Hrivnacova X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e94dd9cae60c804a61c3fc24cfbc91fe9b76ec96 Corrected bug in the TPC geometry, thanks to Ivana Hrivnacova --- diff --git a/TPC/AliTPCv0.cxx b/TPC/AliTPCv0.cxx index 8b6e1b8b7db..3701f183db7 100644 --- a/TPC/AliTPCv0.cxx +++ b/TPC/AliTPCv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.14 2000/04/17 09:37:33 kowal2 +removed obsolete AliTPCDigitsDisplay.C + Revision 1.13.8.2 2000/04/10 08:33:44 kowal2 Updated readout chambers @@ -370,16 +373,7 @@ void AliTPCv0::CreateGeometry() gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY"); - - // G10 plugs - - dm[0] = 258.; - dm[1] = 260.; - dm[2] = 1.; - - gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3); - gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY"); - gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY"); + gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY"); diff --git a/TPC/AliTPCv1.cxx b/TPC/AliTPCv1.cxx index 4240ad84ac0..5bd6aa48b6f 100644 --- a/TPC/AliTPCv1.cxx +++ b/TPC/AliTPCv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.16 2000/04/17 09:37:33 kowal2 +removed obsolete AliTPCDigitsDisplay.C + Revision 1.15.8.2 2000/04/10 08:29:48 kowal2 Different pad geometry for different sectors @@ -550,15 +553,7 @@ void AliTPCv1::CreateGeometry() gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY"); - // G10 plugs - - dm[0] = 258.; - dm[1] = 260.; - dm[2] = 1.; - - gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3); - gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY"); - gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY"); + gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY"); diff --git a/TPC/AliTPCv2.cxx b/TPC/AliTPCv2.cxx index 7fa8c4e57a4..fd6db7c9790 100644 --- a/TPC/AliTPCv2.cxx +++ b/TPC/AliTPCv2.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.20 2000/04/17 09:37:33 kowal2 +removed obsolete AliTPCDigitsDisplay.C + Revision 1.19.8.2 2000/04/10 08:31:52 kowal2 Different geometry for different sectors @@ -663,15 +666,6 @@ void AliTPCv2::CreateGeometry() gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY"); - // G10 plugs - - dm[0] = 258.; - dm[1] = 260.; - dm[2] = 1.; - - gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3); - gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY"); - gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY"); gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY"); diff --git a/TPC/AliTPCv3.cxx b/TPC/AliTPCv3.cxx index 6c2a49e67b1..91204433d93 100644 --- a/TPC/AliTPCv3.cxx +++ b/TPC/AliTPCv3.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.12 2000/04/17 09:37:33 kowal2 +removed obsolete AliTPCDigitsDisplay.C + Revision 1.11.8.2 2000/04/10 08:36:12 kowal2 Updated readout chambers @@ -370,15 +373,6 @@ void AliTPCv3::CreateGeometry() gMC->Gspos("TPOV",1,"TPCO",0.,0.,0.,0,"ONLY"); - // G10 plugs - - dm[0] = 258.; - dm[1] = 260.; - dm[2] = 1.; - - gMC->Gsvolu("TPG1","TUBE",idtmed[8],dm,3); - gMC->Gspos("TPG1",1,"TPCO",0.,0.,251.,0,"ONLY"); - gMC->Gspos("TPG1",2,"TPCO",0.,0.,-251.,0,"ONLY"); gMC->Gspos("TPCO",1,"TPC ",0.,0.,0.,0,"ONLY");