]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONManuContourMaker.cxx
Redefinition of macro to avoid warnings
[u/mrichter/AliRoot.git] / MUON / AliMUONManuContourMaker.cxx
index 6b530bddf09cf520e5119803ffb9650011b38245..4b2d03451788b27e55bb5da3edfa14b2bec61d46 100644 (file)
@@ -79,7 +79,7 @@ AliMUONManuContourMaker::CreateManuContour(Int_t detElemId, Int_t manuId, const
 {
   /// Create the contour of a given manu (global coordinates)
  
-  AliCodeTimerAuto("");
+  AliCodeTimerAuto("",);
   
   TString sname(name);
   
@@ -122,7 +122,7 @@ AliMUONManuContourMaker::CreateMotifContour(const AliMpMotifPosition& motifPosit
 {
   /// Create the contour of a given MOTIF (i.e. local coordinates only).
   
-  AliCodeTimerAuto("");
+  AliCodeTimerAuto("",);
   
   TString mpName(NameIt(motifPosition));
   
@@ -186,7 +186,7 @@ AliMUONManuContourMaker::CreateMotifContour(const AliMpMotifPosition& motifPosit
   }
   
   {
-    AliCodeTimerAuto("localmanucontour.add");
+    AliCodeTimerAuto("localmanucontour.add",0);
     fLocalManuContours.Add(new TObjString(mpName),contour);
   }
   
@@ -201,7 +201,7 @@ AliMUONManuContourMaker::GenerateManuContours(Bool_t stopAtError)
   /// (to go from local to global). That transformation need not be the real one (i.e.
   /// it can be an "exploded" one to ease visualization).
   
-  AliCodeTimerAuto("");
+  AliCodeTimerAuto("",);
   
   TObjArray* manuContours = new TObjArray;