]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDgeometryFull.cxx
Particle history saved
[u/mrichter/AliRoot.git] / TRD / AliTRDgeometryFull.cxx
index ae69523abc3a1fae3cf6c5eb3319eb3132f95a3b..a111f04868944f2c292d795ede1b89aafcc1e5ae 100644 (file)
 
 /*
 $Log$
+Revision 1.13  2004/02/27 15:40:18  cblume
+Fix definition of rotation matrices
+
+Revision 1.12  2003/09/18 09:06:07  cblume
+Geometry update, Removal of compiler warnings
+
 Revision 1.10  2002/11/21 22:38:47  alibrary
 Removing AliMC and AliMCProcess
 
@@ -947,9 +953,9 @@ void AliTRDgeometryFull::CreateServices(Int_t *idtmed)
   // The rotation matrices
   const Int_t kNmatrix = 3;
   Int_t   matrix[kNmatrix];
-  gMC->Matrix(matrix[0],100.0,0.0,90.0,90.0, 0.0,0.0);
-  gMC->Matrix(matrix[1], 80.0,0.0,90.0,90.0, 0.0,0.0);
-  gMC->Matrix(matrix[2],  0.0,0.0,90.0,90.0,90.0,0.0);
+  gMC->Matrix(matrix[0],100.0,  0.0, 90.0, 90.0, 10.0,  0.0);
+  gMC->Matrix(matrix[1], 80.0,  0.0, 90.0, 90.0, 10.0,180.0);
+  gMC->Matrix(matrix[2],  0.0,  0.0, 90.0, 90.0, 90.0,  0.0);
 
   AliTRDparameter *parameter = new AliTRDparameter("par","TRD parameter");
 
@@ -1345,7 +1351,7 @@ void AliTRDgeometryFull::CreateServices(Int_t *idtmed)
          }
         }
       }
-      if (fPHOShole) {
+      if (fRICHhole) {
         sprintf(cTagV,"UU%02d",iDet+2*kNdet);
         for (Int_t iMCMrow = 0; iMCMrow < nMCMrow; iMCMrow++) {
           for (Int_t iMCMcol = 0; iMCMcol < nMCMcol; iMCMcol++) {