]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing compilation warnings
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Jul 2010 13:32:18 +0000 (13:32 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Jul 2010 13:32:18 +0000 (13:32 +0000)
ITS/AliITSInitGeometry.cxx
ITS/AliITSOnlineCalibrationSPDhandler.cxx
ITS/AliITSgeom.cxx

index 1401476fd3fba17f3e4eb8cba0c6c7e6c72f7700..03bdad4de0604a430a2c602ebd58c1aaa0b9aaf4 100644 (file)
@@ -2104,7 +2104,7 @@ void AliITSInitGeometry::RecodeDetectorvPPRasymmFMD(Int_t mod,Int_t &cpn0,
         cpn0 = lad;
     } break;
     default:{
         cpn0 = lad;
     } break;
     default:{
-      AliError(Form("RecodeDetector","Old: mod=%d lay=%d not 1-6.",mod,lay));
+      AliError(Form("Old: mod=%d lay=%d not 1-6.",mod,lay));
         return;
     } break;
     } // end switch
         return;
     } break;
     } // end switch
index 46966ac0405b381e17e53ef87f4b6829c1b15e79..dfc46cb80ca1a32465ac334c5eb6fe1ff8f5df31 100644 (file)
@@ -1454,7 +1454,7 @@ Bool_t AliITSOnlineCalibrationSPDhandler::IsPixelNoisy(UInt_t eq, UInt_t hs, UIn
   // is the pixel noisy?
   UInt_t gloChip = GetGloChip(eq,hs,chip);
   if (gloChip>=1200 || col>=32 || row>=256) {
   // is the pixel noisy?
   UInt_t gloChip = GetGloChip(eq,hs,chip);
   if (gloChip>=1200 || col>=32 || row>=256) {
-    Error("AliITSOnlineCalibrationSPDhandler::IsPixelNoisy", "eq,hs,chip,col,row nrs (%d,%d,%d,%d) out of bounds.",eq,hs,chip,col,row);
+    Error("AliITSOnlineCalibrationSPDhandler::IsPixelNoisy",Form("eq,hs,chip,col,row nrs (%d,%d,%d,%d,%d) out of bounds.",eq,hs,chip,col,row));
     return kFALSE;
   }
   UInt_t key = GetKey(eq,hs,chip,col,row);
     return kFALSE;
   }
   UInt_t key = GetKey(eq,hs,chip,col,row);
index bfa14da4993fcdff0214a5b65fdd480fafb4e9c0..0086798732886a9e8a92890b986eafb9f9f019bc 100644 (file)
@@ -436,7 +436,7 @@ void AliITSgeom::ReadNewFile(const char *filename){
             m = 0;
             break;
         default:
             m = 0;
             break;
         default:
-            AliError(Form("ReadNewFile","Data line i=%d c=%s",i,c));
+            AliError(Form("Data line i=%d c=%s",i,c));
             while(fp->get(c)) if(c=='\n') break; // skip this line
             break;
         } // end switch i
             while(fp->get(c)) if(c=='\n') break; // skip this line
             break;
         } // end switch i