From: kowal2 Date: Mon, 6 Nov 2000 17:24:10 +0000 (+0000) Subject: Corrected bug in the outer containment vessel and X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=720b23b8510581f3f7dd0f91cdbbcaf4954a46e4 Corrected bug in the outer containment vessel and the outer field cage geometry. Thanks to J. Barbosa. --- diff --git a/TPC/AliTPCv0.cxx b/TPC/AliTPCv0.cxx index 2f839d6aa05..aa2654c5b07 100644 --- a/TPC/AliTPCv0.cxx +++ b/TPC/AliTPCv0.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.19 2000/11/02 16:55:24 kowal2 +Corrected bug in the inner containment vessel geometry. +Thanks to J. Belikov + Revision 1.18 2000/11/02 07:24:11 kowal2 Correction in the TPC geometry. Changes due to the new hit structure. @@ -306,7 +310,7 @@ void AliTPCv0::CreateGeometry() dm[0]= 0.; dm[1]= 360.; - dm[2]=5.; + dm[2]=6.; // @@ -321,24 +325,30 @@ void AliTPCv0::CreateGeometry() dm[8]= 277.95; // - - dm[9]= 253.6; - dm[10]= 272.2; - dm[11]= 277.95; + dm[9]= -248.4; + dm[10]= 274.81; + dm[11]= 277.95; + // dm[12]= 253.6; - dm[13]= 265.2; + dm[13]= 274.81; dm[14]= 277.95; - // + // - dm[15]= 255.6; + dm[15]= 253.6; dm[16]= 265.2; dm[17]= 277.95; - gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,18); + // + + dm[18]= 255.6; + dm[19]= 265.2; + dm[20]= 277.95; + + gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,21); // Daughter volumes @@ -418,7 +428,7 @@ void AliTPCv0::CreateGeometry() dm[15]= 251.; dm[16]= 258.; - dm[17]= 260.05; + dm[17]= 270.9; // diff --git a/TPC/AliTPCv1.cxx b/TPC/AliTPCv1.cxx index 058488dba62..c6004f980c1 100644 --- a/TPC/AliTPCv1.cxx +++ b/TPC/AliTPCv1.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.21 2000/11/02 16:55:24 kowal2 +Corrected bug in the inner containment vessel geometry. +Thanks to J. Belikov + Revision 1.20 2000/11/02 07:24:11 kowal2 Correction in the TPC geometry. Changes due to the new hit structure. @@ -316,7 +320,7 @@ void AliTPCv1::CreateGeometry() dm[0]= 0.; dm[1]= 360.; - dm[2]=5.; + dm[2]=6.; // @@ -331,24 +335,29 @@ void AliTPCv1::CreateGeometry() dm[8]= 277.95; // - - dm[9]= 253.6; - dm[10]= 272.2; - dm[11]= 277.95; + dm[9]= -248.4; + dm[10]= 274.81; + dm[11]= 277.95; // dm[12]= 253.6; - dm[13]= 265.2; + dm[13]= 274.81; dm[14]= 277.95; - // + // - dm[15]= 255.6; + dm[15]= 253.6; dm[16]= 265.2; dm[17]= 277.95; - gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,18); + // + + dm[18]= 255.6; + dm[19]= 265.2; + dm[20]= 277.95; + + gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,21); // Daughter volumes @@ -428,7 +437,7 @@ void AliTPCv1::CreateGeometry() dm[15]= 251.; dm[16]= 258.; - dm[17]= 260.05; + dm[17]= 270.9; // diff --git a/TPC/AliTPCv2.cxx b/TPC/AliTPCv2.cxx index a36607a4524..e73674e613d 100644 --- a/TPC/AliTPCv2.cxx +++ b/TPC/AliTPCv2.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.28 2000/11/02 16:55:24 kowal2 +Corrected bug in the inner containment vessel geometry. +Thanks to J. Belikov + Revision 1.27 2000/11/02 07:24:11 kowal2 Correction in the TPC geometry. Changes due to the new hit structure. @@ -372,7 +376,7 @@ void AliTPCv2::CreateGeometry() dm[0]= 0.; dm[1]= 360.; - dm[2]=5.; + dm[2]=6.; // @@ -387,24 +391,28 @@ void AliTPCv2::CreateGeometry() dm[8]= 277.95; // - - dm[9]= 253.6; - dm[10]= 272.2; + dm[9]= -248.4; + dm[10]= 274.81; dm[11]= 277.95; - // dm[12]= 253.6; - dm[13]= 265.2; + dm[13]= 274.81; dm[14]= 277.95; - // + // - dm[15]= 255.6; + dm[15]= 253.6; dm[16]= 265.2; dm[17]= 277.95; - gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,18); + // + + dm[18]= 255.6; + dm[19]= 265.2; + dm[20]= 277.95; + + gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,21); // Daughter volumes @@ -484,7 +492,7 @@ void AliTPCv2::CreateGeometry() dm[15]= 251.; dm[16]= 258.; - dm[17]= 260.05; + dm[17]= 270.9; // diff --git a/TPC/AliTPCv3.cxx b/TPC/AliTPCv3.cxx index 3c324428c50..1cc67cfee9f 100644 --- a/TPC/AliTPCv3.cxx +++ b/TPC/AliTPCv3.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.18 2000/11/02 16:55:24 kowal2 +Corrected bug in the inner containment vessel geometry. +Thanks to J. Belikov + Revision 1.17 2000/11/02 07:24:11 kowal2 Correction in the TPC geometry. Changes due to the new hit structure. @@ -307,7 +311,7 @@ void AliTPCv3::CreateGeometry() dm[0]= 0.; dm[1]= 360.; - dm[2]=5.; + dm[2]=6.; // @@ -323,23 +327,29 @@ void AliTPCv3::CreateGeometry() // - dm[9]= 253.6; - dm[10]= 272.2; + dm[9]= -248.4; + dm[10]= 274.81; dm[11]= 277.95; // dm[12]= 253.6; - dm[13]= 265.2; + dm[13]= 274.81; dm[14]= 277.95; - // + // - dm[15]= 255.6; + dm[15]= 253.6; dm[16]= 265.2; dm[17]= 277.95; - gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,18); + // + + dm[18]= 255.6; + dm[19]= 265.2; + dm[20]= 277.95; + + gMC->Gsvolu("TOCV","PCON",idtmed[4],dm,21); // Daughter volumes @@ -419,7 +429,7 @@ void AliTPCv3::CreateGeometry() dm[15]= 251.; dm[16]= 258.; - dm[17]= 260.05; + dm[17]= 270.9; //