]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected bug in the HV degrader geometry, thanks to G.Tabary
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Oct 1999 06:27:23 +0000 (06:27 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 8 Oct 1999 06:27:23 +0000 (06:27 +0000)
TPC/AliTPCv0.cxx
TPC/AliTPCv1.cxx
TPC/AliTPCv2.cxx
TPC/AliTPCv3.cxx

index a4ede93032b1e6fb2d6b0767ebe2f4c6a02418d0..2683a7d36bda65da8554841f90006bcbfdbfdba7 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.11  1999/10/04 13:39:54  fca
+Correct array index problem
+
 Revision 1.10  1999/09/29 09:24:34  fca
 Introduction of the Copyright and cvs Log
 
@@ -572,7 +575,7 @@ void AliTPCv0::CreateGeometry()
   dm[7] = 50.;
   dm[8] = 76.;
 
-  dm[9] = -64.5;
+  dm[9] = 64.5;
   dm[10] = 50.;
   dm[11] = 76.;
 
index f616234763456a653660a340dcf5dbcf8a993a23..12b8748c52ac9f9a669de4c5f96996563a6054c1 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.13  1999/10/04 13:39:54  fca
+Correct array index problem
+
 Revision 1.12  1999/09/29 09:24:34  fca
 Introduction of the Copyright and cvs Log
 
@@ -748,7 +751,7 @@ void AliTPCv1::CreateGeometry()
   dm[7] = 50.;
   dm[8] = 76.;
 
-  dm[9] = -64.5;
+  dm[9] = 64.5;
   dm[10] = 50.;
   dm[11] = 76.;
 
index 8ba122b247c972a71831d997f0d93ae89e529247..b948dda885b711e36c0e2a769e7feb51624ea066 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.16  1999/10/04 13:39:54  fca
+Correct array index problem
+
 Revision 1.15  1999/09/29 09:24:34  fca
 Introduction of the Copyright and cvs Log
 
@@ -858,7 +861,7 @@ void AliTPCv2::CreateGeometry()
   dm[7] = 50.;
   dm[8] = 76.;
 
-  dm[9] = -64.5;
+  dm[9] = 64.5;
   dm[10] = 50.;
   dm[11] = 76.;
 
index cacd8aff0403ab3ffea27f7d754d28353367c810..fca33548b2b0cb5852e18fdf40d0d5154ac1dfc5 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  1999/10/04 13:39:55  fca
+Correct array index problem
+
 Revision 1.7  1999/09/29 09:24:34  fca
 Introduction of the Copyright and cvs Log
 
@@ -568,7 +571,7 @@ void AliTPCv3::CreateGeometry()
   dm[7] = 50.;
   dm[8] = 76.;
 
-  dm[9] = -64.5;
+  dm[9] = 64.5;
   dm[10] = 50.;
   dm[11] = 76.;