X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALGeometry.cxx;h=5c96dfae1c156561ed4e96389cc7617ff0695415;hb=649427136d64536e8b1427ba88a8f9625149141c;hp=26a724040f6de2dbd4d11c169876ef905215c8bb;hpb=211c1a87fae0c99a842b92f68b1fab740689c7a3;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALGeometry.cxx b/EMCAL/AliEMCALGeometry.cxx index 26a724040f6..5c96dfae1c1 100644 --- a/EMCAL/AliEMCALGeometry.cxx +++ b/EMCAL/AliEMCALGeometry.cxx @@ -948,7 +948,8 @@ void AliEMCALGeometry::GetTransformationForSM() for(i=0; iGetNdaughters(); 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 }