From: fca Date: Thu, 4 Nov 1999 17:28:07 +0000 (+0000) Subject: Correct barrel part of HV Degrader X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=a5371c42e5cb04e3f65e779101a3faeaf0048f9e Correct barrel part of HV Degrader --- diff --git a/TPC/AliTPCv0.cxx b/TPC/AliTPCv0.cxx index 2683a7d36bd..7bb121986f3 100644 --- a/TPC/AliTPCv0.cxx +++ b/TPC/AliTPCv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.12 1999/10/08 06:27:23 fca +Corrected bug in the HV degrader geometry, thanks to G.Tabary + Revision 1.11 1999/10/04 13:39:54 fca Correct array index problem @@ -609,7 +612,7 @@ void AliTPCv0::CreateGeometry() dm[0] = 50.; dm[1] = 50.5; - dm[2] = 32.25; + dm[2] = 64.5; gMC->Gsvolu("TIVB","TUBE",idtmed[9],dm,3); diff --git a/TPC/AliTPCv1.cxx b/TPC/AliTPCv1.cxx index 12b8748c52a..70090d90991 100644 --- a/TPC/AliTPCv1.cxx +++ b/TPC/AliTPCv1.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.14 1999/10/08 06:27:23 fca +Corrected bug in the HV degrader geometry, thanks to G.Tabary + Revision 1.13 1999/10/04 13:39:54 fca Correct array index problem @@ -785,7 +788,7 @@ void AliTPCv1::CreateGeometry() dm[0] = 50.; dm[1] = 50.5; - dm[2] = 32.25; + dm[2] = 64.5; gMC->Gsvolu("TIVB","TUBE",idtmed[9],dm,3); diff --git a/TPC/AliTPCv2.cxx b/TPC/AliTPCv2.cxx index c3240a84bb9..5bf4ede875c 100644 --- a/TPC/AliTPCv2.cxx +++ b/TPC/AliTPCv2.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.18 1999/10/14 16:52:08 fca +Only use PDG codes and not GEANT ones + Revision 1.17 1999/10/08 06:27:23 fca Corrected bug in the HV degrader geometry, thanks to G.Tabary @@ -899,7 +902,7 @@ void AliTPCv2::CreateGeometry() dm[0] = 50.; dm[1] = 50.5; - dm[2] = 32.25; + dm[2] = 64.5; gMC->Gsvolu("TIVB","TUBE",idtmed[9],dm,3); diff --git a/TPC/AliTPCv3.cxx b/TPC/AliTPCv3.cxx index 9df064f30a3..b907e4e9e35 100644 --- a/TPC/AliTPCv3.cxx +++ b/TPC/AliTPCv3.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.10 1999/10/14 16:52:08 fca +Only use PDG codes and not GEANT ones + Revision 1.9 1999/10/08 06:27:23 fca Corrected bug in the HV degrader geometry, thanks to G.Tabary @@ -609,7 +612,7 @@ void AliTPCv3::CreateGeometry() dm[0] = 50.; dm[1] = 50.5; - dm[2] = 32.25; + dm[2] = 64.5; gMC->Gsvolu("TIVB","TUBE",idtmed[9],dm,3);