]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALGeometry.cxx
corrected some things that gave compiler warnings; minor cleanup
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeometry.cxx
index 26a724040f6de2dbd4d11c169876ef905215c8bb..5c96dfae1c156561ed4e96389cc7617ff0695415 100644 (file)
@@ -948,7 +948,8 @@ void  AliEMCALGeometry::GetTransformationForSM()
   for(i=0; i<XEN1->GetNdaughters(); i++) {
     TGeoNodeMatrix *sm = (TGeoNodeMatrix*)XEN1->GetDaughter(i);
     fMatrixOfSM[i] = sm->GetMatrix();
-    printf(" %i : matrix %x \n", i, fMatrixOfSM[i]);
+    //Compiler doesn't like this syntax...
+    //    printf(" %i : matrix %x \n", i, fMatrixOfSM[i]);
   }
   transInit = kTRUE;
 }
@@ -963,7 +964,7 @@ void AliEMCALGeometry::GetGlobal(const Double_t *loc, Double_t *glob, int nsm) c
   }
 }
 
-void AliEMCALGeometry::GetGlobal(const Int_t absId, TVector3 &vglob) const
+void AliEMCALGeometry::GetGlobal(const Int_t /* absId */, TVector3 & /* vglob */) const
 { // have to be defined  
 }